mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
10 lines
158 B
TOML
10 lines
158 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "promise"
|
|
version = "0.2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|