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:
parent
57974ae0b7
commit
4996f29778
1 changed files with 2 additions and 0 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue