Files
NLnetLabs-krill/ca/Cargo.toml
T
Tim Bruijnzeels 710323db01 Initialising TA from UI. Not displaying properly yet. (See #12)
Also note: had to change http -> https all over the place, and this currently breaks the client connections for the CLI and integration tests. Will fix this soon!
2019-05-03 16:14:02 +02:00

22 lines
524 B
TOML

[package]
name = "krill_ca"
version = "0.2.0"
authors = ["Tim Bruijnzeels <tim@nlnetlabs.nl>", "Martin Hoffmann <martin@nlnetlabs.nl>"]
[dependencies]
base64 = "^0.10"
bytes = "^0.4"
derive_more = "^0.13"
hex = "^0.3"
rand = "^0.6"
rpki = "^0.4"
serde = { version = "^1.0", features = ["derive" ] }
serde_json = "^1.0"
[dependencies.krill_commons]
path = "../commons"
version = "0.2.0"
[features]
default = []
extra-debug = [ "rpki/extra-debug" ]