forked from vitrine/wmaker
While this large change has some unit tests, it has not been integration tested thoroughly. Removing the global case insensitivity flag may be an issue in particular. A few of PropList API functions have been modified (mostly to get rid of varargs). The definition of one such function has been left in C for cleanup later.
16 lines
205 B
TOML
16 lines
205 B
TOML
[package]
|
|
name = "wutil-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[dependencies]
|
|
atomic-write-file = "0.3"
|
|
nom = "8.0"
|
|
nom-language = "0.1"
|