add correct features to tokio dep

This commit is contained in:
brxken128 2023-01-25 12:47:26 +00:00
parent c641b03b2f
commit db9b999f94

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"