forked from mirror/async-std
feat: Add no-std feature
This commit is contained in:
parent
57974ae0b7
commit
4996f29778
1 changed files with 2 additions and 0 deletions
|
@ -46,7 +46,9 @@ std = [
|
|||
"pin-project-lite",
|
||||
"pin-utils",
|
||||
"slab",
|
||||
"no-std",
|
||||
]
|
||||
no-std = []
|
||||
|
||||
[dependencies]
|
||||
async-attributes = { version = "1.1.1", optional = true }
|
||||
|
|
Loading…
Reference in a new issue