| 1 | [package] |
|---|---|
| 2 | name = "spin_on" |
| 3 | version = "0.1.1" |
| 4 | authors = ["paulkernfeld <me@paulkernfeld.com>"] |
| 5 | edition = "2018" |
| 6 | description = "A simple, inefficient Future executor" |
| 7 | license = "Apache-2.0 OR MIT" |
| 8 | categories = ["asynchronous", "no-std"] |
| 9 | |
| 10 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 11 | |
| 12 | [dependencies] |
| 13 | pin-utils = "0.1.0" |
| 14 |
