1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/promise/Cargo.toml
2019-03-04 15:38:56 +00:00

11 lines
173 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "promise"
version = "0.1.0"
edition = "2018"
[dependencies]
failure = "0.1"
boxfnonce = "0.1"
rayon = "1.0"