aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 534120ca..bd955897 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,8 @@ readme = "README.md"
[workspace.dependencies]
turtle-common = { path = "crates/common" }
turtle-daemon = { path = "crates/daemon" }
+turtle = { path = "crates/turtle" }
+clap = { version = "4.5.7", features = ["derive"] }
[profile.profiling]
inherits = "release"