mirror of
https://github.com/wez/wezterm.git
synced 2024-12-02 23:55:11 +03:00
10 lines
155 B
TOML
10 lines
155 B
TOML
|
[package]
|
||
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
||
|
name = "promise"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
failure = "0.1"
|
||
|
rayon = "1.0"
|