ristate/Cargo.toml

16 lines
357 B
TOML
Raw Normal View History

[package]
2021-05-24 15:10:38 -07:00
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-scanner = "0.28.5"
wayland-commons = "0.28.5"
wayland-client = "0.28.5"