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