1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 13:16:39 +03:00
wezterm/lua-api-crates/filesystem/Cargo.toml

15 lines
321 B
TOML
Raw Permalink Normal View History

[package]
name = "filesystem"
version = "0.1.0"
edition = "2021"
2024-05-13 18:29:36 +03:00
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-13 21:05:02 +03:00
filenamegen = "0.2.6"
anyhow = "1.0"
config = { path = "../../config" }
luahelper = { path = "../../luahelper" }
2024-05-13 20:01:35 +03:00
smol = "2.0"