2020-04-23 21:35:00 +12:00
|
|
|
[package]
|
|
|
|
name = "lightdm-mobile-greeter"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Raatty <me@raatty.club>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
2020-04-26 21:53:46 +12:00
|
|
|
libhandy = "0.5.0"
|
|
|
|
gdk = "0.12.1"
|
|
|
|
gtk = "0.8.1"
|
2022-10-30 11:03:43 +13:00
|
|
|
lightdm = { git = "https://raatty.club:3000/raatty/lightdm-rs.git"}
|
2020-04-26 21:53:46 +12:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
panic = "abort"
|