From 3263df377d45b8fe5345fbaac8c7f0bf67a3c571 Mon Sep 17 00:00:00 2001 From: EliasSchriefer Date: Thu, 20 Aug 2020 18:06:29 +0200 Subject: [PATCH] Add log and env_logger crates --- sfsmcctl/Cargo.toml | 4 +++- sfsmcd/Cargo.toml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sfsmcctl/Cargo.toml b/sfsmcctl/Cargo.toml index 569440d..a36c7e9 100644 --- a/sfsmcctl/Cargo.toml +++ b/sfsmcctl/Cargo.toml @@ -11,4 +11,6 @@ clap = { version = "2.33", features = ["wrap_help"] } toml = "0.5" tokio = { version = "0.2", features = ["full"] } async-minecraft-ping = "0.2" -dbus = "0.8" \ No newline at end of file +dbus = "0.8" +log = "0.4" +env_logger = "0.7" \ No newline at end of file diff --git a/sfsmcd/Cargo.toml b/sfsmcd/Cargo.toml index 5cd144f..0c13cdb 100644 --- a/sfsmcd/Cargo.toml +++ b/sfsmcd/Cargo.toml @@ -10,4 +10,6 @@ actix-web = "2.0" toml = "0.5" tokio = { version = "0.2", features = ["full"] } async-minecraft-ping = "0.2" -dbus = "0.8" \ No newline at end of file +dbus = "0.8" +log = "0.4" +env_logger = "0.7" \ No newline at end of file