22 lines
555 B
TOML
22 lines
555 B
TOML
[package]
|
|
name = "UwUBot"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.98"
|
|
azalea = { git = "https://github.com/azalea-rs/azalea", version = "0.12.0" }
|
|
azalea-viaversion = { git = "https://github.com/azalea-rs/azalea-viaversion", version = "0.1.0" }
|
|
once_cell = "1.21.3"
|
|
parking_lot = "0.12.3"
|
|
tokio = { version = "1.45.0", features = ["full", "io-std"] }
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.19"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
win32console = "0.1.5"
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|