diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-05-08 17:28:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-08 17:28:52 +0100 |
| commit | 0da534d5249a9111f8e1af0ff517526e2c66cdb0 (patch) | |
| tree | 0da2b5ac39a7231e421870e1723fad27b03785e4 /Cargo.lock | |
| parent | fix: add protobuf compiler to docker image (#2009) (diff) | |
| download | atuin-0da534d5249a9111f8e1af0ff517526e2c66cdb0.zip | |
fix: add incremental rebuild to daemon loop (#2010)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -322,6 +322,8 @@ name = "atuin-daemon" version = "0.1.0" dependencies = [ "atuin-client", + "atuin-dotfiles", + "atuin-history", "dashmap", "eyre", "prost", |
