1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Exclude ui feature for docs.rs. (#742)

This commit is contained in:
Martin Hoffmann
2022-04-04 11:00:42 +02:00
committed by GitHub
parent da0723173f
commit 4a91e4c4eb

View File

@ -66,6 +66,11 @@ ui = [ "routinator-ui" ]
[profile.release]
panic = "abort"
[package.metadata.docs.rs]
# Building the UI breaks docs.rs, so lets not.
no-default-features = true
features = [ "socks" ]
[package.metadata.deb]
name = "routinator"
maintainer = "The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"
@ -128,3 +133,4 @@ post_uninstall_script = "/usr/share/routinator/rpm/postuninst $*"
[package.metadata.generate-rpm.requires]
shadow-utils = "*"
rsync = "*"