change fs and macros tokio features to dev-deps

This commit is contained in:
brxken128 2023-01-25 14:03:00 +00:00
parent fa147f3e87
commit 7623bf9a6c
No known key found for this signature in database
GPG key ID: 8B8D1AA6AE10A8FF

View file

@ -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"]