From: Ian Jackson Date: Tue, 13 Dec 2022 19:45:02 +0000 (+0000) Subject: Cargo.toml: Put fehler in main block X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c973f33f0b7d659ab3a247e34064046e13484404;p=hippotat.git Cargo.toml: Put fehler in main block This will be in Debian RSN hopefully. Signed-off-by: Ian Jackson --- 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)