Skip to content

Commit

Permalink
chore: Rename only bin to ReSet
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent 56f77f7 commit ab266dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit ab266dd

Please sign in to comment.