This repository has been archived on 2025-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
UwUBot/Cargo.toml
2025-05-17 12:23:37 +03:00

20 lines
517 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"
win32console = "0.1.5"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3