aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f7272ff757ea3bedbd429055073a55bdc9365400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]

members = [
  "bot",
  "azalea-client",
  "azalea-protocol",
  "azalea-chat",
  "azalea-core",
  "azalea-auth",
  "azalea-nbt",
  "azalea-brigadier",
  "azalea-crypto",
]

[profile.release]
debug = true