forked from nikolaizombie1/waytrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
executable file
·38 lines (36 loc) · 1.08 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "waytrogen"
version = "0.7.1"
edition = "2021"
description = "A GTK graphical user interface for changing your wallpapers on Wayland based compositors."
license = "Unlicense"
readme = "README.md"
authors = ["nikolaizombie1 <fabio.matos999@gmail.com>"]
homepage = "https://github.com/nikolaizombie1/waytrogen"
repository = "https://github.com/nikolaizombie1/waytrogen"
keywords = ["gui", "themeing", "wallpaper", "linux", "wayland"]
categories = ["gui"]
exclude = ["README-Assets/*.webp"]
[dependencies]
walkdir = "2"
gtk = { version = "0.9.5", package = "gtk4", features = ["v4_12"] }
anyhow = "1.0.95"
rusqlite = { version = ">= 0.29.0" }
xdg = "2.5.2"
stderrlog = ">= 0.5.4"
log = "0.4.22"
image = "0.25.5"
async-channel = "2.3.1"
which = ">= 6.0.0"
strum = "0.26.3"
strum_macros = "0.26.4"
regex = "1.11.1"
lazy_static = "1.5.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
hex = "0.4.3"
clap = { version = "4.5.23", features = ["derive"] }
gettext-rs = { version = ">= 0.7.0", features = ["gettext-system"] }
rand = "0.8.5"
[features]
nixos = []