1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
wezterm/lua-api-crates/procinfo-funcs/Cargo.toml
2022-07-16 08:49:58 -07:00

15 lines
379 B
TOML

[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" }