trifid-api v0.1.5
This commit is contained in:
parent
807c2f8732
commit
1ea08243a0
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "trifid-api"
|
name = "trifid-api"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Pure-rust Defined Networking compatible management server"
|
description = "Pure-rust Defined Networking compatible management server"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
@ -41,4 +41,4 @@ aes-gcm = "0.10.1" # Cryptography
|
||||||
ed25519-dalek = "2.0.0-rc.2" # Cryptography
|
ed25519-dalek = "2.0.0-rc.2" # Cryptography
|
||||||
|
|
||||||
dnapi-rs = { version = "0.1", path = "../dnapi-rs" } # API message types
|
dnapi-rs = { version = "0.1", path = "../dnapi-rs" } # API message types
|
||||||
ipnet = "2.7.2" # API message types
|
ipnet = "2.7.2" # API message types
|
||||||
|
|
Loading…
Reference in New Issue