diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-02-12 11:58:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-12 11:58:54 -0800 |
| commit | 94b2fd238ef3ce2b1b65a8a12c3ad72ef88dab40 (patch) | |
| tree | ce7b8eed476cf1ab414c2f1f8235b53b8f7ecd02 /crates/atuin-client/Cargo.toml | |
| parent | feat(docs): Add Shell Integration and Interoperability docs (#3163) (diff) | |
| download | atuin-94b2fd238ef3ce2b1b65a8a12c3ad72ef88dab40.zip | |
feat: add Hub authentication for future sync + extra features (#3010)
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 54749c8a..d617a844 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -13,8 +13,9 @@ repository = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["sync", "daemon"] +default = ["sync", "hub", "daemon"] sync = ["urlencoding", "reqwest", "sha2", "hex"] +hub = ["reqwest"] daemon = [] check-update = [] |
