chiark / gitweb /
inventory
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Aug 2020 10:58:39 +0000 (11:58 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Aug 2020 10:58:39 +0000 (11:58 +0100)
Cargo.lock.example
Cargo.toml

index c45848af4d40ba7f9274fabc0122c19c0f2aac85..6acbb8a2aa791a87ad97b9267474cfb1b3257ac5 100644 (file)
@@ -410,6 +410,7 @@ dependencies = [
  "fehler",
  "htmlescape",
  "index_vec",
+ "inventory",
  "lazy_static",
  "libc",
  "num-traits",
index 00068b19f5faf1ae975e500ffa15284277bec62d..3b9208b30dceb764be15e875f712447700d54620 100644 (file)
@@ -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" }