ristate/Cargo.toml
2021-05-24 16:04:28 -04:00

16 lines
356 B
TOML

[package]
name = "status"
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-scanner = "0.28.5"
wayland-commons = "0.28.5"
wayland-client = "0.28.5"