diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 4f4f082..1b1adcc 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "schemars" description = "Generate JSON Schemas from Rust code" +homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" version = "0.6.1" authors = ["Graham Esau "] diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 8bb716b..bf6a598 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "schemars_derive" description = "Macros for #[derive(JsonSchema)], for use with schemars" +homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" version = "0.6.1" authors = ["Graham Esau "]