diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
