diff --git a/Cargo.toml b/Cargo.toml index 7135187..2d4422a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["rpki", "routing-security", "bgp"] categories = ["command-line-utilities"] license = "BSD-3-Clause" readme = "README.md" -exclude = [ ".github" ] +exclude = [ ".github", "doc/manual", "Dockerfile", ".dockerignore", ".readthedocs.yaml", ".gitignore" ] [dependencies] arbitrary = { version = "1", optional = true, features = ["derive"] }