diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 23:00:06 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 23:00:06 +0200 |
| commit | 2f671f196e245ac1a791c001286e401a2fab9d3a (patch) | |
| tree | be90d8f16d5c8b65c6b77ebe1359d22e9738bbf6 /crates/client/Cargo.toml | |
| parent | chore: Commit (diff) | |
| download | atuin-2f671f196e245ac1a791c001286e401a2fab9d3a.zip | |
chore: Commit
Diffstat (limited to '')
| -rw-r--r-- | crates/client/Cargo.toml | 9 |
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 |
