diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index cb57ab4..af6f032 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "schemars_derive" +description = "Macros for #[derive(MakeSchema)], for use with schemars" +repository = "https://github.com/GREsau/schemars" version = "0.1.0" 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"] [lib] proc-macro = true