diff --git a/metastruct/Cargo.toml b/metastruct/Cargo.toml index 2023d6a..04a722e 100644 --- a/metastruct/Cargo.toml +++ b/metastruct/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Abstractions for iterating and mapping over struct fields" keywords = ["field", "iterator", "macro"] categories = ["rust-patterns"] -license-file = "../LICENSE" +license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/sigp/metastruct" diff --git a/metastruct_macro/Cargo.toml b/metastruct_macro/Cargo.toml index eb540a8..cd186fc 100644 --- a/metastruct_macro/Cargo.toml +++ b/metastruct_macro/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Abstractions for iterating and mapping over struct fields (proc macro crate)" keywords = ["field", "iterator", "macro"] categories = ["rust-patterns"] -license-file = "../LICENSE" +license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/sigp/metastruct"