mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
chore: Rename only bin to ReSet
This commit is contained in:
parent
56f77f767f
commit
ab266dddb6
2 changed files with 21 additions and 17 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue