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