add more metadata

This commit is contained in:
eta 2023-01-19 22:54:30 +00:00
parent 1f76aa45e8
commit 85982b1fd8

View File

@ -2,6 +2,9 @@
name = "rsp6-decoder"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["eta <cargo@eta.st>"]
repository = "https://git.eta.st/eta/rsp6-decoder"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -23,4 +26,4 @@ wasm-bindgen = { version = "0.2", optional = true }
lazy_static = { version = "1.4", optional = true }
serde-wasm-bindgen = { version = "0.4", optional = true }
wee_alloc = { version = "0.4", optional = true }
console_error_panic_hook = { version = "0.1", optional = true }
console_error_panic_hook = { version = "0.1", optional = true }