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