trifid-api 0.3.0-alpha1.1
This commit is contained in:
parent
47a3199336
commit
30a8d59ba8
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@ description = "An open-source reimplementation of the Defined Networking API ser
|
|||
documentation = "https://trifid.e3t.cc/docs/trifid-api/intro"
|
||||
homepage = "https://trifid.e3t.cc"
|
||||
repository = "https://git.e3t.cc/core/trifid"
|
||||
license = "GPL-3"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -35,4 +35,4 @@ dnapi-rs = { version = "0.2", path = "../dnapi-rs" }
|
|||
nebula-config = { version = "0.1", path = "../nebula-config" }
|
||||
ipnet = "2.9"
|
||||
serde_yaml = "0.9"
|
||||
base64 = "0.21"
|
||||
base64 = "0.21"
|
||||
|
|
Loading…
Reference in New Issue