aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-03-04 00:47:17 +0100
committerGitHub <noreply@github.com>2026-03-04 00:47:17 +0100
commit0685cb414d2d163ef84106b37029d24aa154694c (patch)
tree3b4f68ef5a6b75b647b8b5e44dd509bd99477edb /crates/atuin-daemon
parentfix: clear script database before rebuild to prevent unique constraint violat... (diff)
downloadatuin-0685cb414d2d163ef84106b37029d24aa154694c.zip
feat: initial draft of atuin-shell (#3206)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --------- Co-authored-by: Claude <noreply@anthropic.com>
Diffstat (limited to 'crates/atuin-daemon')
-rw-r--r--crates/atuin-daemon/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index 40f013cf..5d0b4cf1 100644
--- a/crates/atuin-daemon/Cargo.toml
+++ b/crates/atuin-daemon/Cargo.toml
@@ -38,7 +38,8 @@ tokio-stream = { version = "0.1.14", features = ["net"] }
hyper-util = "0.1"
rand.workspace = true
-nucleo = { git = "https://github.com/atuinsh/nucleo-ext.git", branch = "main" }
+nucleo = { git = "https://github.com/atuinsh/nucleo-ext.git", rev="74bd786" }
+
[target.'cfg(target_os = "linux")'.dependencies]
listenfd = "1.0.1"