aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 19:30:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 19:30:40 +0200
commit966a80c4199a49898cc7d8641012d520ce6b2efa (patch)
tree51029ff75842090fd1eecbea97b6f7c447e3dea9 /crates/daemon/Cargo.toml
parentchore(server): Remove warnings (diff)
downloadatuin-966a80c4199a49898cc7d8641012d520ce6b2efa.zip
chore: Commit
Diffstat (limited to '')
-rw-r--r--crates/daemon/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/daemon/Cargo.toml b/crates/daemon/Cargo.toml
index 07fd84d7..830dbd12 100644
--- a/crates/daemon/Cargo.toml
+++ b/crates/daemon/Cargo.toml
@@ -13,6 +13,7 @@ repository = { workspace = true }
[dependencies]
turtle-common = { workspace = true }
+turtle = { workspace = true }
async-trait = "0.1.58"
axum = "0.8"
base64 = "0.22"