From: Ian Jackson Date: Sat, 8 Aug 2020 10:58:39 +0000 (+0100) Subject: inventory X-Git-Tag: otter-0.2.0~1165 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eab4447132add281ceced4cda71b18aa3959dd20;p=otter.git inventory --- diff --git a/Cargo.lock.example b/Cargo.lock.example index c45848af..6acbb8a2 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -410,6 +410,7 @@ dependencies = [ "fehler", "htmlescape", "index_vec", + "inventory", "lazy_static", "libc", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 00068b19..3b9208b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,6 +68,8 @@ vecdeque-stableix = "0" #structopt = "0.3" argparse = "0.2" +inventory = "0.1" + [patch.crates-io] rocket = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket" } rocket_codegen = { git = "file:///home/ian/Rustup/Game/rocket/.git", branch = "Game-rocket-codegen" }