feat: run http server to receive commands
This commit is contained in:
@@ -20,6 +20,9 @@ anyhow = "1"
|
||||
azalea = { git = "https://github.com/azalea-rs/azalea.git" }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
futures = "0"
|
||||
http-body-util = "0"
|
||||
hyper = { version = "1", features = ["server"] }
|
||||
hyper-util = "0"
|
||||
log = { version = "0" }
|
||||
mlua = { version = "0", features = ["async", "luau", "send"] }
|
||||
parking_lot = { version = "0" }
|
||||
|
||||
Reference in New Issue
Block a user