Skip to content

Commit 690ab16

Browse files
add dependency
1 parent 370642e commit 690ab16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ default = [
3434
"mio-uds",
3535
"num_cpus",
3636
"pin-project-lite",
37+
"smol",
3738
]
3839
docs = ["attributes", "unstable", "default"]
3940
unstable = ["std", "broadcaster", "futures-timer"]
@@ -74,6 +75,7 @@ once_cell = { version = "1.3.1", optional = true }
7475
pin-project-lite = { version = "0.1.4", optional = true }
7576
pin-utils = { version = "0.1.0-alpha.4", optional = true }
7677
slab = { version = "0.4.2", optional = true }
78+
smol = { path = "../smol", optional = true }
7779

7880
[dev-dependencies]
7981
femme = "1.3.0"

0 commit comments

Comments
 (0)