aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0a9f3152ba02653a8f4e2d1b34a4e912f3bbb25e (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "component-future"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
futures = "0.1"