Don't enable all tokio features
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
23666b6219
commit
d73e149cb4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ http-body-util = "0.1"
|
|||
bytes = "1.2"
|
||||
jid = { version = "*", features = [ "serde" ] }
|
||||
log = "0.4"
|
||||
tokio = { version = "1", features = [ "full" ] }
|
||||
tokio = { version = "1", default-features = false, features = [ "rt", "net", "sync" ] }
|
||||
pretty_env_logger = "0.5"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in a new issue