2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-16 21:36:44 +00:00

feat: Add no-std feature

This commit is contained in:
k-nasa 2020-01-16 10:30:27 +09:00
parent 57974ae0b7
commit 4996f29778

View file

@ -46,7 +46,9 @@ std = [
"pin-project-lite", "pin-project-lite",
"pin-utils", "pin-utils",
"slab", "slab",
"no-std",
] ]
no-std = []
[dependencies] [dependencies]
async-attributes = { version = "1.1.1", optional = true } async-attributes = { version = "1.1.1", optional = true }