forked from vitrine/wmaker
The WMHashTable rewrite was prematurely merged into refactor/wutil-rs, so we're picking up the pieces now.
18 lines
241 B
TOML
18 lines
241 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"
|
|
hashbrown = "0.16.0"
|
|
nom = "8.0"
|
|
nom-language = "0.1"
|
|
x11 = "2.21.0"
|