[package] name = "lightdm-mobile-greeter" version = "0.1.0" authors = ["Raatty "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libhandy = "0.5.0" gdk = "0.12.1" gtk = "0.8.1" lightdm = { git = "https://git.raatty.club/raatty/lightdm-rs.git"} [profile.release] panic = "abort"