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-utils",
"slab",
"no-std",
]
no-std = []
[dependencies]
async-attributes = { version = "1.1.1", optional = true }