Moving krill_commons into workspace.

This commit is contained in:
Tim Bruijnzeels
2019-04-11 17:40:25 +02:00
parent 37fb82c1a2
commit fc7cbbaffc
23 changed files with 4565 additions and 8 deletions
+3 -1
View File
@@ -10,7 +10,6 @@ bytes = "^0.4"
chrono = { version = "^0.4", features = ["serde"] }
derive_more = "^0.13"
hex = "^0.3"
krill_commons = "^0.2"
openssl = { version = "^0.10", features = ["v110"] }
rpki = "^0.3"
serde = { version = "^1.0", features = ["rc"] }
@@ -31,3 +30,6 @@ futures = "0.1"
ring = "^0.13"
untrusted = "^0.6"
[dependencies.krill_commons]
path = "../commons"
version = "0.2.0"