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
2024-05-13 11:19:33 -07:00

15 lines
321 B
TOML

[package]
name = "filesystem"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
filenamegen = "0.2.6"
anyhow = "1.0"
config = { path = "../../config" }
luahelper = { path = "../../luahelper" }
smol = "2.0"