1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +03:00
wezterm/lua-api-crates/termwiz-funcs/Cargo.toml

19 lines
522 B
TOML
Raw Permalink Normal View History

[package]
name = "termwiz-funcs"
version = "0.1.0"
edition = "2021"
2024-05-13 18:29:36 +03:00
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" }
2022-10-23 22:07:00 +03:00
finl_unicode = "1.2"
2024-05-13 22:29:19 +03:00
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"