azalea/Cargo.toml
2022-05-07 12:30:20 -05:00

26 lines
444 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
# decoding packets takes forever if we don't do this
[profile.dev.package.azalea-crypto]
opt-level = 3
[profile.dev.package.cipher]
opt-level = 3
[profile.dev.package.cfb8]
opt-level = 3
[profile.dev.package.aes]
opt-level = 3