1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/lua-api-crates/procinfo-funcs/Cargo.toml

15 lines
379 B
TOML
Raw Normal View History

2022-07-16 18:49:58 +03:00
[package]
name = "procinfo-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" }
libc = "0.2"
luahelper = { path = "../../luahelper" }
procinfo = { path = "../../procinfo" }
wezterm-dynamic = { path = "../../wezterm-dynamic" }