summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2026-02-17 11:41:02 +0000
committerdiogo464 <[email protected]>2026-02-17 11:41:02 +0000
commited0f17dea764fea93ea7c2b897fa4a9e31c9476e (patch)
treedd757fe08efbc863f7cac3c2e3288417ed550b93 /Cargo.toml
parent56ac8740b79e291eabe6427d722921533b3a9837 (diff)
add const key macro and internal base64 codec
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7ffd1b..aea7700 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,6 @@ edition = "2021"
7 7
8[dependencies] 8[dependencies]
9anyhow = "1.0.79" 9anyhow = "1.0.79"
10base64 = "0.21.7"
11futures = "0.3.30" 10futures = "0.3.30"
12genetlink = "=0.2.6" 11genetlink = "=0.2.6"
13ipnet = { version = "2.9.0", features = ["serde"] } 12ipnet = { version = "2.9.0", features = ["serde"] }