mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 08:57:47 +02:00
Adding sub-project for CA support.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[workspace]
|
||||
members = [ "client", "cms_proxy", "commons", "daemon", "pubc", "pubd" ]
|
||||
members = [ "ca", "client", "cms_proxy", "commons", "daemon", "pubc", "pubd" ]
|
||||
|
||||
[patch.crates-io]
|
||||
rpki = { git="https://github.com/NLnetLabs/rpki-rs.git" }
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "krill_ca"
|
||||
version = "0.2.0"
|
||||
authors = ["Tim Bruijnzeels <tim@nlnetlabs.nl>", "Martin Hoffmann <martin@nlnetlabs.nl>"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = "^0.13"
|
||||
rpki = "^0.3"
|
||||
serde = { version = "^1.0", features = ["rc"] }
|
||||
serde_derive = "^1.0"
|
||||
|
||||
[dependencies.krill_commons]
|
||||
path = "../commons"
|
||||
version = "0.2.0"
|
||||
@@ -0,0 +1,7 @@
|
||||
# Krill Certificate Authority
|
||||
|
||||
This module provides support for RPKI CA functions.
|
||||
|
||||
## License
|
||||
|
||||
This software is distributed under the Mozilla Public License 2.0. See the LICENSE file included.
|
||||
Reference in New Issue
Block a user