diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 23:44:15 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 23:44:15 +0200 |
| commit | 4930f050c56660c245e5976979babb66aea7bfd5 (patch) | |
| tree | 1a0cc823da65c4258f4434be98e92f814ae4fce2 /crates/turtle | |
| parent | chore: Commit (diff) | |
| download | atuin-4930f050c56660c245e5976979babb66aea7bfd5.zip | |
chore: Last big refactoring
Diffstat (limited to '')
| -rw-r--r-- | crates/turtle/Cargo.toml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml index 547f8530..d5397f4e 100644 --- a/crates/turtle/Cargo.toml +++ b/crates/turtle/Cargo.toml @@ -12,18 +12,18 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -eyre = "0.6" -hyper-util = "0.1" -prost = "0.14" -regex = "1.10.5" -sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "time", "postgres", "uuid", "sqlite", "regexp"] } -time = { version = "0.3.47", features = [ "serde-human-readable", "macros", "local-offset", "macros", "formatting", "parsing"] } -tokio = { version = "1", features = ["full"] } -tonic = "0.14" -tonic-prost = "0.14" -tower = "0.5" -turtle-common = {workspace = true} -typed-builder = "0.18.2" +eyre = { workspace = true } +hyper-util = { workspace = true } +prost = { workspace = true } +regex = { workspace = true } +sqlx = { workspace = true } +time = { workspace = true } +tokio = { workspace = true } +tonic = { workspace = true } +tonic-prost = { workspace = true } +tower = { workspace = true } +turtle-common = { workspace = true } +typed-builder = { workspace = true } [build-dependencies] protox = "0.9" |
