xwayland-satellite/testwl/Cargo.toml
2025-07-12 12:32:20 -04:00

13 lines
294 B
TOML

[package]
name = "testwl"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
wayland-protocols = { workspace = true, features = ["server", "unstable"] }
wayland-server.workspace = true
wl_drm = { path = "../wl_drm" }
rustix = { workspace = true, features = ["pipe"] }