27 lines
527 B
TOML
27 lines
527 B
TOML
[package]
|
|
name = "widle"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
# build = "src/build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
wayland-scanner = "0.24"
|
|
|
|
[dependencies]
|
|
smallvec = "0.6"
|
|
anyhow = "1.0.75"
|
|
lazy_static = "1.2"
|
|
wayland-client = "0.30.2"
|
|
wayland-scanner = "0.30"
|
|
wayland-backend = "0.1"
|
|
# wayland-commons = "0.24"
|
|
# wayland-sys = "0.24"
|
|
chrono = "0.4"
|
|
timerfd = "1.0"
|
|
file-lock = "1.1"
|
|
appdirs = "0.2"
|
|
gethostname = "0.2"
|
|
getopts = "0.2"
|