more refactor, not quite done.

This commit is contained in:
John Smith
2022-01-03 23:58:26 -05:00
parent 55a44e0c8f
commit e32984a5aa
19 changed files with 318 additions and 339 deletions

9
Cargo.lock generated
View File

@@ -225,6 +225,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "async-lock"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab86ee898bb6d5d0118270acaa8536c59885231ca6f653b4c35a148f8ee6235"
[[package]]
name = "async-lock"
version = "2.4.0"
@@ -270,7 +276,7 @@ dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"async-lock 2.4.0",
"async-process",
"crossbeam-utils",
"futures-channel",
@@ -3743,6 +3749,7 @@ version = "0.1.0"
dependencies = [
"android_logger",
"anyhow",
"async-lock 0.1.0",
"async-std",
"async-tls",
"async-tungstenite 0.16.0",