executor 0.8.4

A minimalistic async/await executor
Documentation
[package]
name = "executor"
version = "0.8.4"
authors = ["Richard Anaya"]
edition = "2021"
description = "A minimalistic async/await executor"
license = "MIT OR Apache-2.0"
categories = ["wasm", "no-std"]
repository = "https://www.github.com/richardanaya/executor"
readme = "README.md"
rust-version="1.63"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
woke = "0"
spin = "0"

[dev-dependencies]
async-std = "1"