chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdadf17
)
Cargo.toml: Put fehler in main block
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 13 Dec 2022 19:45:02 +0000
(19:45 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Dec 2022 21:52:29 +0000
(21:52 +0000)
This will be in Debian RSN hopefully.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index c4641e35d1269180031fd980f5dd6155e7c3a1a9..caec2fb32de239ed30689a1f351d036f9abfbdc6 100644
(file)
--- 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)