Initial commit
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
5f81577b83
7 changed files with 398 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"]}
|
Loading…
Add table
Add a link
Reference in a new issue