mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-03 04:22:02 +02:00
33 lines
677 B
TOML
33 lines
677 B
TOML
[package]
|
|
name = "reset"
|
|
version = "2.0.0"
|
|
edition = "2021"
|
|
description = "A wip universal Linux settings application."
|
|
repository = "https://github.com/Xetibo/ReSet"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[[bin]]
|
|
name = "ReSet"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
reset_daemon = "2.2.0"
|
|
re_set-lib = "5.2.5"
|
|
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
|
dbus = "0.9.7"
|
|
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
|
|
glib = "0.19.3"
|
|
tokio = { version = "1.36.0", features = [
|
|
"rt",
|
|
"time",
|
|
"net",
|
|
"macros",
|
|
"rt-multi-thread",
|
|
"sync",
|
|
] }
|
|
fork = "0.1.23"
|
|
ipnetwork = "0.20.0"
|
|
|
|
[build-dependencies]
|
|
glib-build-tools = "0.19.0"
|