1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-06 03:07:36 +03:00
wezterm/lua-api-crates/termwiz-funcs/Cargo.toml
2024-05-13 12:29:19 -07:00

19 lines
522 B
TOML

[package]
name = "termwiz-funcs"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
config = { path = "../../config" }
finl_unicode = "1.2"
terminfo = "0.9"
wezterm-dynamic = { path = "../../wezterm-dynamic" }
wezterm-input-types = { path = "../../wezterm-input-types" }
luahelper = { path = "../../luahelper" }
termwiz = { path = "../../termwiz", features=["use_serde"] }
lazy_static = "1.4"