forked from get10101/itchysats
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
14 lines (12 loc) · 874 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
members = ["crates/*"]
resolver = "2"
[patch.crates-io]
xtra = { git = "https://github.com/Restioson/xtra", rev = "285b3e986013888cb68b9219464ef325d2468c2c" } # Unreleased
maia = { git = "https://github.com/comit-network/maia", rev = "9899c9eda1f7685493aecdd7f8ba9124787056bd" }
maia-core = { git = "https://github.com/comit-network/maia", rev = "9899c9eda1f7685493aecdd7f8ba9124787056bd", package = "maia-core" }
xtra_productivity = { git = "https://github.com/comit-network/xtra-productivity", rev = "0bfd589b42a63149221dec7e95aca932875374dd" } # Unreleased
electrum-client = { git = "https://github.com/comit-network/rust-electrum-client/", branch = "do-not-ignore-empty-lines" }
otel-tests = { git = "https://github.com/itchysats/otel-tests/", rev = "f65ac0e99480c20c3fa51c3b4426ac6f61463cfe" } # unreleased
[profile.dev.package.sqlx-macros]
opt-level = 3