fixed tokio

This commit is contained in:
Monica Moniot
2023-10-26 11:39:39 -04:00
parent 400c0b1500
commit af4eac0503
+1 -1
View File
@@ -10,7 +10,7 @@ path = "src/lib.rs"
doc = true
[features]
default = ["serde", "std", "tokio"]
default = ["serde", "std"]
tokio = ["std", "dep:tokio"]
std = []