diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-05 08:36:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 17:36:31 +0100 |
| commit | e6ab243dfde79c50ce5661b630ed26b9a1504dae (patch) | |
| tree | a8bd99d3a22f6592d91fad7766574310e7fc1dbc /crates/atuin-client/Cargo.toml | |
| parent | feat: initial draft of atuin-shell (#3206) (diff) | |
| download | atuin-e6ab243dfde79c50ce5661b630ed26b9a1504dae.zip | |
feat: Allow setting multipliers for frequency, recency, and frecency scores (#3235)
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 91f37b42..ba65a78d 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -52,6 +52,7 @@ tokio = { workspace = true } semver = { workspace = true } thiserror = { workspace = true } futures = "0.3" +notify = "7" crypto_secretbox = "0.1.1" generic-array = { version = "0.14", features = ["serde"] } serde_with = "3.8.1" |
