Initial commit

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 21:33:52 +02:00
commit 5f81577b83
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
7 changed files with 398 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[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"
xdg = "2.2.0"
toml = "0.5.6"
serde = {version = "1.0.104", features = ["derive"]}