Add log and env_logger crates
This commit is contained in:
parent
14b3abdb9a
commit
3263df377d
@ -11,4 +11,6 @@ clap = { version = "2.33", features = ["wrap_help"] }
|
|||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
async-minecraft-ping = "0.2"
|
async-minecraft-ping = "0.2"
|
||||||
dbus = "0.8"
|
dbus = "0.8"
|
||||||
|
log = "0.4"
|
||||||
|
env_logger = "0.7"
|
@ -10,4 +10,6 @@ actix-web = "2.0"
|
|||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
async-minecraft-ping = "0.2"
|
async-minecraft-ping = "0.2"
|
||||||
dbus = "0.8"
|
dbus = "0.8"
|
||||||
|
log = "0.4"
|
||||||
|
env_logger = "0.7"
|
Loading…
Reference in New Issue
Block a user