diff --git a/Cargo.toml b/Cargo.toml index 3117d77d..79a0c566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,8 @@ description = "A no-std, object-safe serialization framework" repository = "https://github.com/sval-rs/sval" readme = "README.md" exclude = [ - ".travis.yml" + ".travis.yml", + "ci/*" ] license = "Apache-2.0 OR MIT" keywords = ["serialization", "no_std"]