trifid-api 0.3.0-alpha1.1
/ build (push) Successful in 1m50s Details
/ build_x64 (push) Failing after 27m6s Details
/ build_arm64 (push) Successful in 12m40s Details
/ build_win64 (push) Failing after 12m56s Details

This commit is contained in:
core 2023-12-29 16:22:25 -05:00
parent 47a3199336
commit 30a8d59ba8
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 428 additions and 359 deletions

783
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"