diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 17:54:34 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 17:54:34 +0200 |
| commit | 6bd2b80be51a8623640fbd77afa1da09289e40cc (patch) | |
| tree | 8fa76fc78e27a4f3d6f57af07805a83e9877f0ad /crates/client/Cargo.toml | |
| parent | chore: Commit (diff) | |
| download | atuin-6bd2b80be51a8623640fbd77afa1da09289e40cc.zip | |
chore: All compiles
Diffstat (limited to 'crates/client/Cargo.toml')
| -rw-r--r-- | crates/client/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 6d26a282..964c9728 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -12,6 +12,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] +turtle-daemon = {workspace = true} +turtle-common = {workspace = true} async-trait = "0.1.58" axum = "0.8" base64 = "0.22" |
