chiark / gitweb /
Cargo.toml: Move dome dependencies to main block
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 13 Dec 2022 19:41:26 +0000 (19:41 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Dec 2022 21:52:29 +0000 (21:52 +0000)
These are in Debian now.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index 7cc78794b0f5431d5a387c7e5ce8fb10ea6f39f7..c5530e8b503edefa2daf50f2a43a821f3e1f6210 100644 (file)
@@ -36,12 +36,15 @@ easy-ext = "1"
 educe = "0.4"
 either = "1"
 env_logger = "0.9"
+eyre = "0.6"           # deps not in sid: indenter (see below)
 futures = "0.3"
 heck = "0.4"
 hyper = { version = "0.14", features = ["full"] }
 hyper-tls = "0.5"
+indenter = "0.3"
 ipnet = "2"
 itertools = "0.10"
+lazy-regex = "2"
 libc = "0.2" # just for EISDIR due to IsADirectory
 mime = "0.3"
 parking_lot = ">= 0.11, < 0.13"
@@ -63,7 +66,4 @@ void = "1"
 #  syslog    4.0 in sid, 5.0 in upstream, ideally want 5.0 (new API)
 
 # Not in sid:
-eyre = "0.6"           # deps not in sid: indenter (see below)
-indenter = "0.3"       # no deps not in sid
 fehler = "1"           # no deps (other than fehler-macros, obvs)
-lazy-regex = "2"       # no deps not in sid