aboutsummaryrefslogtreecommitdiffstats
path: root/crates/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/client/Cargo.toml9
1 files changed, 2 insertions, 7 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml
index 058f2f3a..4387a1c1 100644
--- a/crates/client/Cargo.toml
+++ b/crates/client/Cargo.toml
@@ -12,9 +12,6 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
-turtle-daemon = {workspace = true}
-turtle-common = {workspace = true}
-turtle = { workspace = true }
clap = { version = "4.5.7", features = ["derive"] }
clap_complete = "4.5.8"
clap_complete_nushell = "4.5.4"
@@ -26,7 +23,6 @@ fs-err = "3.1"
interim = { version = "0.2.0", features = ["time_0_3"] }
log = "0.4"
regex = "1.10.5"
-runtime-format = "0.1.3"
rustix = { version = "1.1.4", features = ["process", "fs"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.119"
@@ -38,14 +34,13 @@ tokio = { version = "1", features = ["full"] }
toml_edit = "0.25.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "registry", "env-filter", "json"] }
+turtle = { workspace = true }
+turtle-common = {workspace = true}
unicode-segmentation = "1.11.0"
[dev-dependencies]
-tokio = { version = "1", features = ["full"] }
[build-dependencies]
-protox = "0.9"
-tonic-prost-build = "0.14"
[package.metadata.docs.rs]
all-features = true