add makefile
This commit is contained in:
parent
60257b256a
commit
6339b6bc4b
39 changed files with 3145 additions and 248 deletions
|
|
@ -22,6 +22,21 @@ env_logger = "0.10"
|
|||
log = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
blake2 = "0.10.6"
|
||||
chacha20poly1305 = "0.10.1"
|
||||
rand = "0.8.5"
|
||||
rand_core = "0.6.4"
|
||||
aead = "0.5.2"
|
||||
x25519-dalek = { version = "2.0.0", features = ["reusable_secrets", "static_secrets"] }
|
||||
ring = "0.16.20"
|
||||
parking_lot = "0.12.1"
|
||||
hmac = "0.12"
|
||||
ipnet = { version = "2.8.0", features = ["serde"] }
|
||||
base64 = "0.21.4"
|
||||
fehler = "1.0.0"
|
||||
ip_network_table = "0.2.0"
|
||||
ip_network = "0.4.0"
|
||||
async-trait = "0.1.74"
|
||||
async-channel = "1.9"
|
||||
schemars = "0.8"
|
||||
|
||||
|
|
@ -34,6 +49,7 @@ nix = { version = "0.26.2" }
|
|||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.32.0", features = ["yaml"] }
|
||||
etherparse = "0.12"
|
||||
|
||||
[package.metadata.generate-rpm]
|
||||
assets = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue