mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 17:07:44 +02:00
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!
22 lines
524 B
TOML
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" ] |