aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2b0d4d60cea16fca18c87f281509154d1072cfcc (plain)
1
2
3
4
5
6
7
8
9
[workspace]
members = [
    "server/replaytool",
    "server",
    "server/protocol",
    "light-client",
    "light-client/tools",
]
resolver = "2"