feat: add console-subscriber feature
This commit is contained in:
@@ -20,6 +20,7 @@ azalea = { git = "https://github.com/azalea-rs/azalea.git" }
|
||||
bevy_app = "0"
|
||||
bevy_log = "0"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
console-subscriber = { version = "0", optional = true }
|
||||
futures = "0"
|
||||
futures-locks = "0"
|
||||
http-body-util = "0"
|
||||
@@ -28,3 +29,6 @@ hyper-util = "0"
|
||||
log = { version = "0" }
|
||||
mlua = { version = "0", features = ["async", "luajit", "send"] }
|
||||
tokio = { version = "1", features = ["macros"] }
|
||||
|
||||
[features]
|
||||
console-subscriber = ["dep:console-subscriber"]
|
||||
|
||||
Reference in New Issue
Block a user