update licenses and descriptions

This commit is contained in:
mbecker20
2023-01-05 02:03:00 +00:00
parent 44b9eb462e
commit 277d5fe662
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.1"
edition = "2021"
authors = ["MoghTech"]
description = "a client to interact with the monitor system"
license = "GPL v3.0"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -2,6 +2,9 @@
name = "monitor_periphery"
version = "0.1.0"
edition = "2021"
authors = ["MoghTech"]
description = "monitor periphery binary | run monitor periphery as system daemon"
license = "GPL-3.0-or-later"
[[bin]]
name = "periphery"