chiark / gitweb /
rx queue, prep, Cervine
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Aug 2021 23:22:27 +0000 (00:22 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Aug 2021 23:22:27 +0000 (00:22 +0100)
maybe-owned is no good because it wants &Box<[u8]> but we want &[u8]

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

index 61b1daf6b03f348d65dc7f7a829be13be21ed304..ef7870263ffe7f8b56b02a14a470d613b702951d 100644 (file)
@@ -76,6 +76,12 @@ version = "1.0.69"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
 
+[[package]]
+name = "cervine"
+version = "0.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9f0db89834ef04fc63d2f136327b42d532b45def0345213d28690a3446c7bdb5"
+
 [[package]]
 name = "cfg-if"
 version = "1.0.0"
@@ -373,6 +379,7 @@ version = "0.0.0"
 dependencies = [
  "anyhow",
  "base64",
+ "cervine",
  "configparser",
  "env_logger",
  "extend",
index 3092150b78dfd9de862dacdf018e1c04472eb44c..874992bb3bf0aa7b9939844ae710fe45cbf5c8b1 100644 (file)
@@ -43,3 +43,4 @@ void = "1"
 extend = "1"           # no deps not in sid
 fehler = "1"           # no deps (other than fehler-macros, obvs)
 lazy-regex = "2"       # no deps not in sid
+cervine = "0.0"                # no (non-dev)-deps not in sid