lightdm-mobile-greeter/Cargo.toml

18 lines
439 B
TOML

[package]
name = "lightdm-mobile-greeter"
version = "0.1.2"
authors = ["Raatty <me@raatty.club>", "Colin <colin@uninsane.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.9"
gdk = "0.12.1"
gtk = "0.8.1"
libhandy = "0.5.0"
lightdm = { git = "https://git.uninsane.org/colin/lightdm-rs.git"}
log = "0.4"
[profile.release]
panic = "abort"