chore: Rename only bin to ReSet

This commit is contained in:
DashieTM 2024-06-07 01:31:05 +02:00
parent 56f77f767f
commit ab266dddb6
2 changed files with 21 additions and 17 deletions

View file

@ -1,11 +1,15 @@
[package]
name = "ReSet"
name = "reset"
version = "1.2.4"
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.1.2"
# reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dev" }