From 27b39b61250716cd6f55823fefa8aa35b3d4ca08 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 22 Mar 2023 10:33:05 +0100 Subject: [PATCH] Refer to README from Cargo metadata --- instant-xml-macros/Cargo.toml | 1 + instant-xml/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/instant-xml-macros/Cargo.toml b/instant-xml-macros/Cargo.toml index 5926677..516b475 100644 --- a/instant-xml-macros/Cargo.toml +++ b/instant-xml-macros/Cargo.toml @@ -8,6 +8,7 @@ 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" +readme = "../README.md" [lib] proc-macro = true diff --git a/instant-xml/Cargo.toml b/instant-xml/Cargo.toml index 151dc30..c6b2614 100644 --- a/instant-xml/Cargo.toml +++ b/instant-xml/Cargo.toml @@ -8,6 +8,7 @@ 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" +readme = "../README.md" [dependencies] chrono = { version = "0.4.23", optional = true }