Files
ui-editing-scripts/Cargo.toml
drojf 159138ce0f Support ignoring files/folders and show error message for subdirs
- Previously subdirs were not supported and would cause an 'access denied' error
2024-02-28 19:11:27 +11:00

10 lines
166 B
TOML

[package]
name = "ui-compiler"
version = "0.1.0"
authors = ["Jáchym Toušek <enumag@gmail.com>"]
[dependencies]
Inflector = "*"
log = "0.4.20"
simplelog = "0.12.1"