diff --git a/metastruct/Cargo.toml b/metastruct/Cargo.toml index c66b9dd..2e44c4d 100644 --- a/metastruct/Cargo.toml +++ b/metastruct/Cargo.toml @@ -6,6 +6,7 @@ description = "Abstractions for iterating and mapping over struct fields" keywords = ["field", "iterator", "macro"] categories = ["rust-patterns"] license-file = "../LICENSE" +readme = "../README.md" repository = "https://github.com/sigp/metastruct" [features] diff --git a/metastruct_macro/Cargo.toml b/metastruct_macro/Cargo.toml index 17c4b8d..e429dfc 100644 --- a/metastruct_macro/Cargo.toml +++ b/metastruct_macro/Cargo.toml @@ -6,6 +6,7 @@ description = "Abstractions for iterating and mapping over struct fields (proc m keywords = ["field", "iterator", "macro"] categories = ["rust-patterns"] license-file = "../LICENSE" +readme = "../README.md" repository = "https://github.com/sigp/metastruct" [lib]