aboutsummaryrefslogtreecommitdiffstats
path: root/crates/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/client/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml
index 6d26a282..964c9728 100644
--- a/crates/client/Cargo.toml
+++ b/crates/client/Cargo.toml
@@ -12,6 +12,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
+turtle-daemon = {workspace = true}
+turtle-common = {workspace = true}
async-trait = "0.1.58"
axum = "0.8"
base64 = "0.22"