[dependencies]
[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.0"
[package]
authors = ["Jay Lee <BusyJayLee@gmail.com>"]
categories = ["asynchronous"]
description = "A simple library that implements the common promise primitive for rust based on std future."
documentation = "https://docs.rs/mrwei"
edition = "2018"
homepage = "https://github.com/busyjay/mrwei"
keywords = ["futures", "promise", "async"]
license = "MIT"
name = "mrwei"
readme = "README.md"
repository = "https://github.com/busyjay/mrwei"
version = "0.1.0"