summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bbe5454f7f84263735cfed02b427397306a0d328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
resolver = "2"
members = [
    "wire-gateway",
    "btc-wire",
    "eth-wire",
    "uri-pack",
    "common",
    "instrumentation"
]

[profile.dev]
debug = true