From 3e80cef8b2575f871aeea01917edcfb25356c290 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 13 Jun 2024 06:37:35 +0200 Subject: feat(cli): Switch to stderrlog, configured by cli options --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2801952..7264004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ anyhow = "1.0.86" chrono = { version = "0.4.38", features = ["alloc"] } clap = { version = "4.5.7", features = ["derive"] } convert_case = "0.6.0" -env_logger = "0.11.3" log = "0.4.21" serde = { version = "1.0.203", features = ["derive"] } serde_derive = "1.0.203" +stderrlog = "0.6.0" toml = "0.8.14" -- cgit 1.4.1