From: Ian Jackson Date: Tue, 3 Aug 2021 23:22:27 +0000 (+0100) Subject: rx queue, prep, Cervine X-Git-Tag: hippotat/1.0.0~364 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=81c6d8872739518551b329100509398a7da2afcb;p=hippotat.git rx queue, prep, Cervine maybe-owned is no good because it wants &Box<[u8]> but we want &[u8] Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 61b1daf..ef78702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 3092150..874992b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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