diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:34:34 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:34:34 +0200 |
| commit | edc27740c0fec4e8daaabbabe0479c1efc191316 (patch) | |
| tree | 29f458b39f62ab722df33488f40ad1b03086b868 /crates/atuin-kv/Cargo.toml | |
| parent | chore: Turn all `allow`s into into `expect`s (diff) | |
| download | atuin-edc27740c0fec4e8daaabbabe0479c1efc191316.zip | |
chore: Remove more (kinda) useless stuff
Diffstat (limited to 'crates/atuin-kv/Cargo.toml')
| -rw-r--r-- | crates/atuin-kv/Cargo.toml | 27 |
1 files changed, 0 insertions, 27 deletions
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 } |
