aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5c77308f75b1f836fa9f3e464234a4937aa280f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "component-future"
version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

description = "implements the inner future protocol documented in the tokio docs"
license = "MIT"
repository = "https://git.tozt.net/component-future"
readme = "README.md"
keywords = ["futures"]
categories = ["asynchronous", "rust-patterns"]

[dependencies]
futures = "0.1"

[dev-dependencies]
tokio = "0.1"