Async file read
This commit is contained in:
parent
66e4131bd3
commit
6285c0b1a4
3 changed files with 7 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ http-body-util = "0.1"
|
|||
bytes = "1.6"
|
||||
jid = { version = "0.10", features = [ "serde" ] }
|
||||
log = "0.4"
|
||||
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync" ] }
|
||||
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync", "fs" ] }
|
||||
pretty_env_logger = "0.5"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue