aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-24 17:56:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-24 17:56:36 +0200
commit9cdc575666faad4c162f4b4cf519bfdd1fd528dc (patch)
tree9287963ad11e237ca74edbd54161c03f3309927b /crates/turtle/Cargo.toml
parentchore: Last big refactoring (diff)
downloadatuin-9cdc575666faad4c162f4b4cf519bfdd1fd528dc.zip
feat: Finalize design for fish-shell integration
Diffstat (limited to '')
-rw-r--r--crates/turtle/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/turtle/Cargo.toml b/crates/turtle/Cargo.toml
index d5397f4e..3ad7340f 100644
--- a/crates/turtle/Cargo.toml
+++ b/crates/turtle/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "turtle"
+name = "turtle-api"
edition = "2024"
description = "turtle - library for sqlite shell history"
readme = "./README.md"
@@ -12,6 +12,7 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
+uuid = { workspace = true }
eyre = { workspace = true }
hyper-util = { workspace = true }
prost = { workspace = true }