From c7ea3dc39b9594cae22405a2683ad823811dd12e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 23 Dec 2020 10:36:53 +0200 Subject: feat: add log file to client --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 652b727..a8e404b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ bytes = "0.5" indicatif = "0.15" libc = "0.2" log = "0.4" +log4rs = "1" pretty_env_logger = "0.4" reqwest = { version = "0.10", features = ["blocking", "json"]} rusqlite = "0.24" -- cgit v1.2.1