Add basic Cargo metadata
This commit is contained in:
parent
8cbb29b388
commit
2e7a48a212
|
@ -5,6 +5,9 @@ edition = "2021"
|
||||||
rust-version = "1.58"
|
rust-version = "1.58"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
license = "Apache-2.0 OR MIT"
|
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]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -5,6 +5,9 @@ edition = "2021"
|
||||||
rust-version = "1.58"
|
rust-version = "1.58"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
license = "Apache-2.0 OR MIT"
|
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]
|
[dependencies]
|
||||||
chrono = { version = "0.4.23", optional = true }
|
chrono = { version = "0.4.23", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue