diff --git a/os_info/Cargo.toml b/os_info/Cargo.toml index 89bcfc9..c7a67ba 100644 --- a/os_info/Cargo.toml +++ b/os_info/Cargo.toml @@ -12,6 +12,12 @@ categories = ["os"] license = "MIT" edition = "2018" rust-version = "1.60" +include = [ + "Cargo.toml", + "LICENSE", + "src/**/*.rs", + "README.md", +] [features] default = ["serde"]