Add basic Cargo metadata

This commit is contained in:
Dirkjan Ochtman 2023-02-27 10:37:44 +01:00
parent 8cbb29b388
commit 2e7a48a212
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ edition = "2021"
rust-version = "1.58"
workspace = ".."
license = "Apache-2.0 OR MIT"
description = "Procedural macros for instant-xml"
documentation = "https://docs.rs/instant-xml-macros"
repository = "https://github.com/InstantDomain/instant-xml"
[lib]
proc-macro = true

View File

@ -5,6 +5,9 @@ edition = "2021"
rust-version = "1.58"
workspace = ".."
license = "Apache-2.0 OR MIT"
description = "A more rigorous way to map XML to Rust types"
documentation = "https://docs.rs/instant-xml"
repository = "https://github.com/InstantDomain/instant-xml"
[dependencies]
chrono = { version = "0.4.23", optional = true }