Skip to content

Commit

Permalink
chore: fix missing exc features in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouzan committed Apr 27, 2024
1 parent 6f37846 commit 029a434
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ rust-version.workspace = true

[dependencies]
anyhow = { workspace = true }
exc = { workspace = true, features = ["okx", "binance", "instrument", "poll"] }
exc = { workspace = true, features = [
"okx",
"binance",
"instrument",
"poll",
"rustls-tls",
"limit",
"fetch-candles",
] }
exc-okx = { workspace = true }
exc-binance = { workspace = true }
tokio = { workspace = true, features = ["full", "tracing"] }
Expand Down

0 comments on commit 029a434

Please sign in to comment.