ristate/Cargo.toml
Bryan Ndjeutcha 917e796dfa fix for multiseat
Note: It panics if the seat doesn't exist
2021-05-25 11:39:04 -04:00

16 lines
359 B
TOML

[package]
name = "ristate"
version = "0.1.0"
authors = ["Bryan Ndjeutcha <ndjeutcha@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
wayland-scanner = "0.28.5"
[dependencies]
wayland-protocols = "0.28.5"
wayland-commons = "0.28.5"
wayland-client = "0.28.5"