mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
17 lines
234 B
TOML
Executable file
17 lines
234 B
TOML
Executable file
[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
|