diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 35ef431..67eec45 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "schemars" +description = "Generate JSON Schemas from Rust code" +repository = "https://github.com/GREsau/schemars" version = "0.1.0" -authors = ["Graham Esau "] +authors = ["Graham Esau "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT" +keywords = ["rust", "json-schema", "serde"] [dependencies] serde = { version = "1.0", features = ["derive"] }