diff --git a/implementations/rust/preserves-schema-macros/Cargo.toml b/implementations/rust/preserves-schema-macros/Cargo.toml index 221410d..9dade9b 100644 --- a/implementations/rust/preserves-schema-macros/Cargo.toml +++ b/implementations/rust/preserves-schema-macros/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "preserves-schema-macros" -version = "0.992.0" +version = "0.992.1" +authors = ["Tony Garnock-Jones "] edition = "2018" +description = "Implementation of Preserves Schema code generation macros for Rust." +homepage = "https://preserves.dev/" +repository = "https://gitlab.com/preserves/preserves" +license = "Apache-2.0" [lib] proc-macro = true