From 94b2fd238ef3ce2b1b65a8a12c3ad72ef88dab40 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 12 Feb 2026 11:58:54 -0800 Subject: feat: add Hub authentication for future sync + extra features (#3010) --- crates/atuin-client/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/atuin-client/Cargo.toml') 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 = [] -- cgit v1.3.1