Skip to content

Commit f59fb36

Browse files
authored
Merge pull request #397 from GiGainfosystems/exclude_scripts
Exclude development script from cargo packaging
2 parents d0f47a3 + 28b6ed7 commit f59fb36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["small", "vec", "vector", "stack", "no_std"]
1010
categories = ["data-structures"]
1111
readme = "README.md"
1212
documentation = "https://docs.rs/smallvec/"
13+
include = ["Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "src/**/*.rs"]
1314

1415
[features]
1516
const_generics = []

0 commit comments

Comments
 (0)