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

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

[profile.release]
debug = true