xwayland-satellite/testwl/Cargo.toml
Shawn Wallace 1979beaa39 Update to Rust 2024
Bumps MSRV to 1.85.
2026-01-18 14:46:11 -05:00

14 lines
336 B
TOML

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