diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index cda24773..8e6eb915 100644 --- a/utoipa-gen/Cargo.toml +++ b/utoipa-gen/Cargo.toml @@ -9,6 +9,14 @@ keywords = ["openapi", "codegen", "proc-macro", "documentation", "compile-time"] repository = "https://github.com/juhaku/utoipa" authors = ["Juha Kukkonen "] rust-version.workspace = true +include = [ + "README.md", + "src/**/*.rs", + "LICENSE-APACHE", + "LICENSE-MIT", + "CHANGELOG.md", + "Cargo.toml", +] [lib] proc-macro = true diff --git a/utoipa/Cargo.toml b/utoipa/Cargo.toml index 5fad7e07..80555342 100644 --- a/utoipa/Cargo.toml +++ b/utoipa/Cargo.toml @@ -18,6 +18,14 @@ repository = "https://github.com/juhaku/utoipa" categories = ["web-programming"] authors = ["Juha Kukkonen "] rust-version.workspace = true +include = [ + "README.md", + "src/**/*.rs", + "LICENSE-APACHE", + "LICENSE-MIT", + "CHANGELOG.md", + "Cargo.toml", +] [features] # See README.md for list and explanations of features