Skip to content

Commit

Permalink
Exclude tests and testdata from published crate
Browse files Browse the repository at this point in the history
Reduces size of crate from 8975KB to 17KB
crates.io limits crates to 10MB max
  • Loading branch information
AlyoshaVasilieva committed Mar 3, 2022
1 parent 9305cc3 commit 3d60001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
homepage = "https://github.com/bojand/infer"
repository = "https://github.com/bojand/infer"
documentation = "https://docs.rs/infer"
exclude = ["/testdata", "/tests"]

[features]
default = ["std"]
Expand Down

0 comments on commit 3d60001

Please sign in to comment.