add correct features to tokio dep

This commit is contained in:
brxken128 2023-01-25 12:47:26 +00:00
parent 2381798790
commit fa147f3e87
No known key found for this signature in database
GPG key ID: 8B8D1AA6AE10A8FF

View file

@ -42,7 +42,12 @@ specta = { workspace = true, optional = true }
hex = "0.4.3"
tokio = { version = "1.21.2", features = ["io-util", "rt-multi-thread"] }
tokio = { version = "1.21.2", features = [
"io-util",
"rt-multi-thread",
"fs",
"macros",
] }
# [dev-dependencies]
# criterion = "0.4.0"