Skip to content

Commit

Permalink
fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed Sep 13, 2022
1 parent fc2261b commit 3f48063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atuin-client/Cargo.toml
Expand Up @@ -16,7 +16,6 @@ sync = [
"urlencoding",
"sodiumoxide",
"ureq",
"sha2",
"hex",
"rmp-serde",
"base64",
Expand Down Expand Up @@ -46,13 +45,13 @@ lazy_static = "1"
memchr = "2.5"
rusqlite = { version = "0.28", features = ["chrono"] }
fallible-iterator = "0.2.0"
sha2 = "0.10"

# sync
urlencoding = { version = "2.1.0", optional = true }
sodiumoxide = { version = "0.2.6", optional = true }
ureq = { version = "2", features = ["json", "charset"], optional = true }
hex = { version = "0.4", optional = true }
sha2 = { version = "0.10", optional = true }
rmp-serde = { version = "1.0.0", optional = true }
base64 = { version = "0.13.0", optional = true }

0 comments on commit 3f48063

Please sign in to comment.