diff options
Diffstat (limited to 'crates/turtle/Cargo.toml')
| -rw-r--r-- | crates/turtle/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml index 26ee6771..3595008d 100644 --- a/crates/turtle/Cargo.toml +++ b/crates/turtle/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "atuin" +name = "turtle" edition = "2024" -description = "atuin - magical shell history" +description = "turtle - library for sqlite shell history" readme = "./README.md" rust-version = { workspace = true } @@ -13,8 +13,6 @@ repository = { workspace = true } [dependencies] async-trait = "0.1.58" -atuin-nucleo-matcher = { workspace = true } -atuin-nucleo = { workspace = true } axum = "0.8" base64 = "0.22" clap = { version = "4.5.7", features = ["derive"] } |
