lqsd/Cargo.toml
Marko Korhonen 8aedc96c67
Sort dependencies
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 22:34:51 +02:00

15 lines
362 B
TOML

[package]
name = "lqsd"
version = "0.1.0"
authors = ["Marko Korhonen <marko.korhonen@reekynet.com>"]
edition = "2018"
publish = false
description = "Dims your screen smoothly"
repository = "https://git.reekynet.com/ReekyMarko/lqsd"
license = "MIT"
[dependencies]
clap = "2.33.0"
serde = {version = "1.0.104", features = ["derive"]}
toml = "0.5.6"
xdg = "2.2.0"