Refer to README from Cargo metadata
This commit is contained in:
parent
083cd567a1
commit
27b39b6125
|
@ -8,6 +8,7 @@ license = "Apache-2.0 OR MIT"
|
||||||
description = "Procedural macros for instant-xml"
|
description = "Procedural macros for instant-xml"
|
||||||
documentation = "https://docs.rs/instant-xml-macros"
|
documentation = "https://docs.rs/instant-xml-macros"
|
||||||
repository = "https://github.com/InstantDomain/instant-xml"
|
repository = "https://github.com/InstantDomain/instant-xml"
|
||||||
|
readme = "../README.md"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -8,6 +8,7 @@ license = "Apache-2.0 OR MIT"
|
||||||
description = "A more rigorous way to map XML to Rust types"
|
description = "A more rigorous way to map XML to Rust types"
|
||||||
documentation = "https://docs.rs/instant-xml"
|
documentation = "https://docs.rs/instant-xml"
|
||||||
repository = "https://github.com/InstantDomain/instant-xml"
|
repository = "https://github.com/InstantDomain/instant-xml"
|
||||||
|
readme = "../README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.23", optional = true }
|
chrono = { version = "0.4.23", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue