From c973f33f0b7d659ab3a247e34064046e13484404 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Dec 2022 19:45:02 +0000 Subject: [PATCH] Cargo.toml: Put fehler in main block This will be in Debian RSN hopefully. Signed-off-by: Ian Jackson --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4641e3..caec2fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,7 @@ educe = "0.4" either = "1" env_logger = "0.9" eyre = "0.6" # deps not in sid: indenter (see below) +fehler = "1" futures = "0.3" heck = "0.4" hyper = { version = "0.14", features = ["full"] } @@ -60,6 +61,3 @@ syslog = "6" thiserror = "1" tokio = { version = "1", features = ["full"] } void = "1" - -# Not in sid: -fehler = "1" # no deps (other than fehler-macros, obvs) -- 2.30.2