diff --git a/Cargo.lock b/Cargo.lock index c0acad6..ba53372 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,22 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "ReSet" -version = "1.2.4" -dependencies = [ - "dbus", - "fork", - "glib", - "glib-build-tools", - "gtk4", - "ipnetwork", - "libadwaita", - "re_set-lib", - "reset_daemon", - "tokio", -] - [[package]] name = "addr2line" version = "0.21.0" @@ -966,6 +950,22 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "reset" +version = "1.2.4" +dependencies = [ + "dbus", + "fork", + "glib", + "glib-build-tools", + "gtk4", + "ipnetwork", + "libadwaita", + "re_set-lib", + "reset_daemon", + "tokio", +] + [[package]] name = "reset_daemon" version = "2.1.2" diff --git a/Cargo.toml b/Cargo.toml index 6d0c5f0..77c496f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }