lightdm-rs/Cargo.toml

18 lines
369 B
TOML
Raw Permalink Normal View History

2020-04-23 21:49:16 +12:00
[package]
name = "lightdm"
version = "0.1.0"
authors = ["Raatty <me@raatty.club>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2"
once_cell = "1.3.1"
2020-04-23 22:37:39 +12:00
glib = "0.9.3"
glib-sys = "0.9.1"
gobject-sys = "0.9.1"
gio = "0.8.1"
gio-sys = "0.9.1"
2020-04-23 21:49:16 +12:00
[dependencies.light-dm-sys]
2020-04-23 22:37:39 +12:00
path = "./lightdm-sys"