We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370642e commit 690ab16Copy full SHA for 690ab16
Cargo.toml
@@ -34,6 +34,7 @@ default = [
34
"mio-uds",
35
"num_cpus",
36
"pin-project-lite",
37
+ "smol",
38
]
39
docs = ["attributes", "unstable", "default"]
40
unstable = ["std", "broadcaster", "futures-timer"]
@@ -74,6 +75,7 @@ once_cell = { version = "1.3.1", optional = true }
74
75
pin-project-lite = { version = "0.1.4", optional = true }
76
pin-utils = { version = "0.1.0-alpha.4", optional = true }
77
slab = { version = "0.4.2", optional = true }
78
+smol = { path = "../smol", optional = true }
79
80
[dev-dependencies]
81
femme = "1.3.0"
0 commit comments