[[bin]]
name = "gradience-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.9"
[dependencies.clap-markdown]
version = "0.1.4"
[dependencies.gradience-lib]
features = ["online"]
version = "0.1.0"
[dependencies.include_dir]
version = "0.7.4"
[dependencies.shellexpand]
version = "3.1.0"
[package]
authors = ["Torben Dantiau <torben.dantiau@proton.me>"]
description = "Change the look of GNOME, with ease"
documentation = "https://docs.rs/gradience"
edition = "2021"
include = ["/shell", "/src"]
keywords = ["gnome", "gtk", "theme"]
license-file = "LICENSE"
name = "gradience-cli"
readme = "README.md"
repository = "https://github.com/t-dantiau/Gradience"
resolver = "1"
version = "0.1.0"