more app message call

This commit is contained in:
John Smith
2022-09-30 22:37:55 -04:00
parent baa1714943
commit 046b61d5d8
15 changed files with 310 additions and 8 deletions

3
Cargo.lock generated
View File

@@ -5100,6 +5100,7 @@ dependencies = [
"directories",
"flexi_logger",
"futures",
"hex",
"log",
"parking_lot 0.12.1",
"serde",
@@ -5218,6 +5219,7 @@ dependencies = [
"async-std",
"backtrace",
"cfg-if 1.0.0",
"data-encoding",
"ffi-support",
"futures-util",
"hostname",
@@ -5292,6 +5294,7 @@ version = "0.1.0"
dependencies = [
"cfg-if 1.0.0",
"console_error_panic_hook",
"data-encoding",
"futures-util",
"js-sys",
"lazy_static",