From 966a80c4199a49898cc7d8641012d520ce6b2efa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 19:30:40 +0200 Subject: chore: Commit --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3.1