2022-05-19 08:49:53 +03:00
|
|
|
[package]
|
|
|
|
name = "spawn-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" }
|
|
|
|
wezterm-dynamic = { path = "../../wezterm-dynamic" }
|
2022-06-13 06:17:48 +03:00
|
|
|
log = "0.4"
|
2022-05-19 08:49:53 +03:00
|
|
|
luahelper = { path = "../../luahelper" }
|
|
|
|
smol = "1.2"
|
2023-07-13 00:07:30 +03:00
|
|
|
bstr = "1.0"
|
2023-03-19 22:44:12 +03:00
|
|
|
wezterm-open-url = { path = "../../wezterm-open-url" }
|
2022-05-19 19:23:22 +03:00
|
|
|
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
|
|
winapi = { version = "0.3", features = ["winuser"]}
|