microasync-rt 0.2.0

A runtime for the very small async runner
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "async-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ebbde53378ad7c0ee8902783a76560c096688d82c278d2184cdf899d34772ce"

[[package]]
name = "microasync"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8f50171874f2d88ad43ac680fe36d0201e8c9a054d220e4a2d1f97dffe0aff"

[[package]]
name = "microasync-rt"
version = "0.2.0"
dependencies = [
 "async-core",
 "microasync",
]