We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69ac259 + 01670ae commit dbcdce4Copy full SHA for dbcdce4
1 file changed
Cargo.toml
@@ -18,6 +18,7 @@ license = "MIT OR Apache-2.0"
18
repository = "https://github.com/rust-fuzz/arbitrary/"
19
documentation = "https://docs.rs/arbitrary/"
20
rust-version = "1.63.0" # Keep in sync with version documented in the README.md
21
+include = ["Cargo.toml", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "src/**/*.rs", "tests/**/*.rs", "examples/**/*.rs"]
22
23
[dependencies]
24
derive_arbitrary = { version = "~1.4.0", path = "./derive", optional = true }
0 commit comments