aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-05-08 17:28:52 +0100
committerGitHub <noreply@github.com>2024-05-08 17:28:52 +0100
commit0da534d5249a9111f8e1af0ff517526e2c66cdb0 (patch)
tree0da2b5ac39a7231e421870e1723fad27b03785e4 /crates/atuin-daemon/Cargo.toml
parentfix: add protobuf compiler to docker image (#2009) (diff)
downloadatuin-0da534d5249a9111f8e1af0ff517526e2c66cdb0.zip
fix: add incremental rebuild to daemon loop (#2010)
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
-rw-r--r--crates/atuin-daemon/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 5bcd1611..390cb28f 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -13,6 +13,8 @@ readme.workspace = true
[dependencies]
atuin-client = { path = "../atuin-client", version = "18.0.1" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.2.0" }
+atuin-history = { path = "../atuin-history", version = "0.1.0" }
time = { workspace = true }
uuid = { workspace = true }