diff --git a/Cargo.toml b/Cargo.toml index 165c5a9a0c..b7f5eeee59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ resolver = "2" edition = "2021" rust-version = "1.64" license = "MIT" +license-file = "LICENSE" readme = "README.md" version = "0.7.4" authors = ["Michael Bryan "] diff --git a/include_dir/Cargo.toml b/include_dir/Cargo.toml index fe9b921685..96b0789b22 100644 --- a/include_dir/Cargo.toml +++ b/include_dir/Cargo.toml @@ -6,6 +6,7 @@ categories = ["development-tools", "web-programming", "game-engines"] authors.workspace = true edition.workspace = true license.workspace = true +license-file.workspace = true readme.workspace = true repository.workspace = true rust-version.workspace = true diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 8990fbc7e4..4390f444ec 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,6 +4,7 @@ description = "The procedural macro used by include_dir" authors.workspace = true edition.workspace = true license.workspace = true +license-file.workspace = true readme.workspace = true repository.workspace = true rust-version.workspace = true