1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/Cargo.toml
mat b9c31efc01 Initialize worldborder packet
Also add varlong and replace #[varint] with #[var]
2022-05-07 11:58:00 -05:00

19 lines
267 B
TOML
Executable file

[workspace]
members = [
"bot",
"azalea-client",
"azalea-protocol",
"azalea-chat",
"azalea-core",
"azalea-auth",
"azalea-nbt",
"azalea-brigadier",
"azalea-crypto",
]
[profile.release]
debug = true
[profile.dev.package.azalea-crypto]
opt-level = 3