Successfully compiling

This commit is contained in:
Luke Parker
2022-10-16 07:30:11 -04:00
parent f79321233d
commit 77ba1c00e2
6 changed files with 311 additions and 172 deletions

13
Cargo.lock generated
View File

@@ -256,6 +256,17 @@ dependencies = [
"winapi",
]
[[package]]
name = "async-recursion"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-std"
version = "1.12.0"
@@ -8857,6 +8868,8 @@ dependencies = [
name = "tendermint-machine"
version = "0.1.0"
dependencies = [
"async-recursion",
"async-trait",
"tokio",
]