1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00
2018-05-22 16:48:18 +02:00

16 lines
330 B
TOML

[package]
name = "rpki"
version = "0.1.0"
authors = ["Martin Hoffmann <hn@nvnc.de>"]
[dependencies]
chrono = "0.4"
ring = "^0.12"
untrusted = "^0.5"
[features]
# Print out additional debug messages. This feature is intended for
# development use exclusively and MUST NOT be enabled in release builds.
extra-debug = []