Compare commits

..

2 Commits

Author SHA1 Message Date
core cec6c72380
Merge branch 'master' of git.e3t.cc:core/trifid
/ build (push) Successful in 2m8s Details
/ build_x64 (push) Successful in 2m13s Details
/ build_arm64 (push) Successful in 10m40s Details
/ build_win64 (push) Successful in 2m36s Details
2023-10-26 18:05:41 -04:00
core ef679a085c
[tfclient/0.3.0,dnapi-rs/0.2.1] update reqwest to latest 2023-10-26 18:05:24 -04:00
4 changed files with 361 additions and 326 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="trifid@localhost" uuid="39c81b89-3fc4-493f-b203-7a00527cffe6">
<data-source source="LOCAL" name="trifidapi@localhost" uuid="39c81b89-3fc4-493f-b203-7a00527cffe6">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>

673
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "dnapi-rs"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "A rust client for the Defined Networking API"
license = "AGPL-3.0-or-later"

View File

@ -1,12 +1,12 @@
[package]
name = "tfclient"
version = "0.2.6"
version = "0.3.0"
edition = "2021"
description = "An open-source reimplementation of a Defined Networking-compatible client"
license = "GPL-3.0-or-later"
documentation = "https://man.e3t.cc/~core/trifid-docs"
homepage = "https://man.e3t.cc/~core/trifid-docs"
repository = "https://git.e3t.cc/~core/trifid"
documentation = "https://next.trifid.e3t.cc"
homepage = "https://next.trifid.e3t.cc"
repository = "https://git.e3t.cc/core/trifid"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -31,6 +31,8 @@ base64-serde = "0.7"
dnapi-rs = { version = "0.2", path = "../dnapi-rs" }
serde_yaml = "0.9"
nebula-ffi = { version = "1.7.2", path = "../nebula-ffi", optional = true }
[package.metadata.deb]
maintainer = "c0repwn3r <core@e3t.cc>"
copyright = "e3team <admin@e3t.cc>"