mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Exclude the manual from the cargo package. (#910)
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.
This commit is contained in:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user