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