feat: add basic logging

This commit is contained in:
2025-02-15 20:05:12 -05:00
parent 4fa508ec81
commit a937db0be6
6 changed files with 48 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ anyhow = "1"
azalea = { git = "https://github.com/azalea-rs/azalea.git" }
clap = { version = "4", features = ["derive"] }
futures = "0"
log = { version = "0" }
mlua = { version = "0", features = ["async", "luau", "send"] }
parking_lot = { version = "0" }
tokio = { version = "1", features = ["macros"] }