greetd/agreety/Cargo.toml
Kenny Levinsen 65320498be Share inish with agreety, kill last rust-ini use
This removes several dependencies, and results in a compile task
decrease from 88 to 66 units.
2020-05-15 20:50:12 +02:00

16 lines
387 B
TOML

[package]
name = "agreety"
version = "0.5.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://kl.wtf/projects/agreety"
repository = "https://git.sr.ht/~kennylevinsen/greetd/"
[dependencies]
greetd_ipc = { path = "../greetd_ipc", features = ["sync-codec"]}
inish = { path = "../inish"}
rpassword = "4.0"
getopts = "0.2"
enquote = "1.0.3"
nix = "0.17"