aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cbe90e846a9183e480793cc40d4d416a2d7f1ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
members = [
    "server",
    "server/protocol",
    "server/bot",
    "server/client-lib",
    "server/replaytool",
    "server/registry",
    "server/discover",
    "pixel-client",
    "pixel-client/tools",
    "locale/tools",
]
resolver = "2"