summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2024-08-10 00:46:45 +0200
committerLia Lenckowski <lialenck@protonmail.com>2024-08-10 00:46:45 +0200
commitc5ae944b3d0442cf8c0015d42e32c1ceea8d1c20 (patch)
tree30f2b29dbbb4f3d1b7829b5d2236ce09caa84305 /Cargo.toml
parent1932a9c95174d7d211e19203df96a396107373f1 (diff)
downloadmaesch-c5ae944b3d0442cf8c0015d42e32c1ceea8d1c20.tar
maesch-c5ae944b3d0442cf8c0015d42e32c1ceea8d1c20.tar.bz2
maesch-c5ae944b3d0442cf8c0015d42e32c1ceea8d1c20.tar.zst
impl hostname ding; remove redb (deemed inefficient overkill)
we are not planning to be web-scale(tm) anyway
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0114aeb..7cb0994 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-redb = "2"
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
-xdg = "2"
+atomic-write-file = "0"
+clap = { version = "4.5.13", features = ["derive"] }
+defguard_wireguard_rs = "0"
env_logger = "0"
log = "0"
+serde_json = "1"
+serde = { version = "1", features = ["derive"] }
thiserror = "1"
-clap = { version = "4.5.13", features = ["derive"] }
-defguard_wireguard_rs = "0"
+xdg = "2"