2019-03-04 18:38:56 +03:00
|
|
|
[package]
|
|
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
|
|
name = "promise"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
failure = "0.1"
|
2019-06-28 19:01:34 +03:00
|
|
|
failure_derive = "0.1"
|
2019-03-04 18:38:56 +03:00
|
|
|
rayon = "1.0"
|