aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parentfix: add protobuf compiler to docker image (#2009) (diff)
downloadatuin-0da534d5249a9111f8e1af0ff517526e2c66cdb0.zip
fix: add incremental rebuild to daemon loop (#2010)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 419002e6..0a7ec77e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -322,6 +322,8 @@ name = "atuin-daemon"
version = "0.1.0"
dependencies = [
"atuin-client",
+ "atuin-dotfiles",
+ "atuin-history",
"dashmap",
"eyre",
"prost",