Skip to content

Commit

Permalink
Exclude the manual from the cargo package. (#910)
Browse files Browse the repository at this point in the history
is PR excludes the doc/manual directory and some files in the root
directory from the files included with the package uploaded to crates.io
when publishing.
  • Loading branch information
partim authored Jan 24, 2024
1 parent c741608 commit 5871b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 5871b53

Please sign in to comment.