From edc27740c0fec4e8daaabbabe0479c1efc191316 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 10 Jun 2026 22:34:34 +0200 Subject: chore: Remove more (kinda) useless stuff --- crates/atuin-kv/Cargo.toml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 crates/atuin-kv/Cargo.toml (limited to 'crates/atuin-kv/Cargo.toml') diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml deleted file mode 100644 index c92b2ed2..00000000 --- a/crates/atuin-kv/Cargo.toml +++ /dev/null @@ -1,27 +0,0 @@ -[package] -name = "atuin-kv" -edition = "2024" -version = { workspace = true } -description = "The kv crate for Atuin" - -authors.workspace = true -rust-version.workspace = true -license.workspace = true -homepage.workspace = true -repository.workspace = true -readme.workspace = true - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -atuin-client = { path = "../atuin-client", version = "18.16.1" } -atuin-common = { path = "../atuin-common", version = "18.16.1" } - -tracing = { workspace = true } -tracing-subscriber = { workspace = true } -rmp = { version = "0.8.14" } -eyre = { workspace = true } -tokio = { workspace = true } -typed-builder = { workspace = true } -pretty_assertions = { workspace = true } -sqlx = { workspace = true } -- cgit v1.3.1