1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/lua-api-crates/plugin/Cargo.toml

17 lines
440 B
TOML
Raw Normal View History

2023-01-31 23:36:18 +03:00
[package]
name = "plugin"
version = "0.1.0"
edition = "2021"
2024-05-13 18:29:36 +03:00
publish = false
2023-01-31 23:36:18 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
config = { path = "../../config" }
2024-02-18 23:33:54 +03:00
git2 = { version = "0.18", default-features = false, features = ["https"] }
2023-01-31 23:36:18 +03:00
log = "0.4"
luahelper = { path = "../../luahelper" }
tempfile = "3.3"
wezterm-dynamic = { path = "../../wezterm-dynamic" }