xwayland-satellite/wl_drm/Cargo.toml
Shawn Wallace c1fc38c3d2 Reorganize file layout
Moves satellite to be the root package, also allowing it to be built
by default.
2024-05-17 23:01:57 -04:00

11 lines
272 B
TOML

[package]
name = "wl_drm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wayland-client.workspace = true
wayland-scanner.workspace = true
wayland-server.workspace = true