forked from interledger/interledger-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
24 lines (22 loc) · 860 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[workspace]
members = [
"./crates/ilp-cli",
"./crates/ilp-node",
"./crates/interledger",
"./crates/interledger-api",
"./crates/interledger-btp",
"./crates/interledger-ccp",
"./crates/interledger-http",
"./crates/interledger-ildcp",
"./crates/interledger-packet",
"./crates/interledger-router",
"./crates/interledger-service",
"./crates/interledger-service-util",
"./crates/interledger-settlement",
"./crates/interledger-spsp",
"./crates/interledger-store-redis",
"./crates/interledger-stream",
]
[patch.crates-io]
tracing-subscriber = { git = "https://github.com/emschwartz/tracing", branch = "es-fix-subscriber", default-features = true, features = ["tracing-log"]}
tracing-futures = { git = "https://github.com/emschwartz/tracing", branch = "es-fix-subscriber", default-features = true, features = ["tokio", "futures-01"] }