2022-05-19 08:49:53 +03:00
|
|
|
[package]
|
|
|
|
name = "termwiz-funcs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# 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"
|
2023-03-24 20:12:49 +03:00
|
|
|
terminfo = "0.8"
|
2022-05-19 08:49:53 +03:00
|
|
|
wezterm-dynamic = { path = "../../wezterm-dynamic" }
|
|
|
|
luahelper = { path = "../../luahelper" }
|
|
|
|
termwiz = { path = "../../termwiz", features=["use_serde"] }
|
|
|
|
lazy_static = "1.4"
|