xmpp: only specify "fs" dep for tokio
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a59c618ed0
commit
c8d7602bd4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ edition = "2018"
|
||||||
tokio-xmpp = "3.0.0"
|
tokio-xmpp = "3.0.0"
|
||||||
xmpp-parsers = "0.19"
|
xmpp-parsers = "0.19"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["fs"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
reqwest = { version = "0.11.8", features = ["stream"] }
|
reqwest = { version = "0.11.8", features = ["stream"] }
|
||||||
tokio-util = { version = "0.6.9", features = ["codec"] }
|
tokio-util = { version = "0.6.9", features = ["codec"] }
|
||||||
|
|
Loading…
Reference in a new issue