version = 3
[[package]]
name = "anyhow"
version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
[[package]]
name = "former_runtime"
version = "0.1.7"
dependencies = [
"anyhow",
"maplit",
"wtest_basic",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "paste"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
[[package]]
name = "wtest_basic"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95063234a649ef424423d6600d2055777edbc4eab1e025d4cc82d804b3501e7a"
dependencies = [
"anyhow",
"paste",
]