1
0
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:
Martin Hoffmann
2024-01-24 17:28:58 +01:00
committed by GitHub
parent c7416082c7
commit 5871b53926

View File

@ -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"] }