aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
-rw-r--r--crates/atuin-client/Cargo.toml3
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 = []