mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
add correct features to tokio dep
This commit is contained in:
parent
c641b03b2f
commit
db9b999f94
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user