1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/Cargo.toml
Wez Furlong e547f8c504 start building out the terminal model
This is influenced by my code in wezterm
2018-07-12 07:26:37 -07:00

11 lines
159 B
TOML

[package]
name = "termwiz"
version = "0.1.0"
authors = ["Wez Furlong"]
[dependencies]
terminfo = "~0.5"
palette = "~0.4"
serde = "~1.0"
serde_derive = "~1.0"