mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
26 lines
590 B
TOML
26 lines
590 B
TOML
[package]
|
|
name = "routinator"
|
|
version = "0.1.0"
|
|
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
|
|
|
|
[dependencies]
|
|
rpki = { git="https://github.com/NLnetLabs/rpki-rs.git" }
|
|
bytes = "^0.4"
|
|
chrono = "^0.4"
|
|
clap = "2.0"
|
|
daemonize = "^0.3"
|
|
dirs = "1.0"
|
|
env_logger = "^0.5"
|
|
failure = "^0.1"
|
|
futures = "^0.1"
|
|
futures-cpupool = "^0.1"
|
|
json = "^0.11"
|
|
lazy_static = "1.1"
|
|
log = "^0.4"
|
|
num_cpus = "1.0"
|
|
slab = "^0.4"
|
|
syslog = "4.0"
|
|
tokio = "^0.1"
|
|
tokio-process = "^0.2"
|
|
|