mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
change fs and macros tokio features to dev-deps
This commit is contained in:
parent
db9b999f94
commit
5bd86f5d60
@ -42,15 +42,13 @@ specta = { workspace = true, optional = true }
|
||||
|
||||
hex = "0.4.3"
|
||||
|
||||
tokio = { version = "1.21.2", features = ["io-util", "rt-multi-thread"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.21.2", features = [
|
||||
"io-util",
|
||||
"rt-multi-thread",
|
||||
"fs",
|
||||
"macros",
|
||||
] }
|
||||
|
||||
# [dev-dependencies]
|
||||
# criterion = "0.4.0"
|
||||
] } # features needed for examples
|
||||
|
||||
[features]
|
||||
rspc = ["dep:rspc", "dep:specta"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user