Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Feb 13, 2024
1 parent bfac8e0 commit 156d330
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[workspace]
members = ["price-adapter-raw", "price-adapter", "bothan-binance", "bothan-core", "bothan-coin-gecko"]
members = ["price-adapter-raw", "price-adapter", "bothan-core", "bothan-binance"]
resolver = "2"

[workspace.dependencies]
price-adapter = { version = "0.1.8", path = "price-adapter" }
price-adapter-raw = { version = "0.1.8", path = "price-adapter-raw" }
bothan-core = { version = "0.1.0", path = "bothan-core" }
bothan-binance = { version = "0.1.0", path = "bothan-binance" }
bothan-coin-gecko = { version = "0.1.0", path = "bothan-coin-gecko" }

0 comments on commit 156d330

Please sign in to comment.