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, 1 insertions, 2 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index 1b007f2e..b5ac49a4 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -13,9 +13,8 @@ repository = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
-default = ["sync", "hub", "daemon"]
+default = ["sync", "daemon"]
sync = ["urlencoding", "reqwest", "sha2", "hex"]
-hub = ["reqwest"]
daemon = []
check-update = []