use tokios async fs api instead of blocking fs

This commit is contained in:
2020-12-19 15:55:42 +01:00
parent acb0c5a0e9
commit 29a4ca3220
3 changed files with 26 additions and 14 deletions

8
Cargo.lock generated
View File

@@ -86,6 +86,12 @@ dependencies = [
"memchr",
]
[[package]]
name = "bytes"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16"
[[package]]
name = "cassowary"
version = "0.3.0"
@@ -945,6 +951,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "720ba21c25078711bf456d607987d95bce90f7c3bea5abe1db587862e7a1e87c"
dependencies = [
"autocfg",
"bytes",
"memchr",
"pin-project-lite",
"slab",
"tokio-macros",