Skip to content

Commit 7b01615

Browse files
committed
Improve cargo
1 parent abd021e commit 7b01615

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "rquickjs-serde"
3+
description = "Serde support for rquickjs"
34
version = "0.1.0"
45
edition = "2024"
6+
license = "Apache-2.0"
7+
repository = "https://github.com/rquickjs/rquickjs-serde"
8+
readme = "README.md"
9+
authors = ["Emile Fugulin <[email protected]>", "The Javy Project Developers"]
510

611
[dependencies]
712
rquickjs = "0.9"

0 commit comments

Comments
 (0)