From 277d5fe662c8427f22e22dc5465ee29354ee3c4b Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Thu, 5 Jan 2023 02:03:00 +0000 Subject: [PATCH] update licenses and descriptions --- lib/monitor_client/Cargo.toml | 2 +- periphery/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/monitor_client/Cargo.toml b/lib/monitor_client/Cargo.toml index 7c094607f..9007169c8 100644 --- a/lib/monitor_client/Cargo.toml +++ b/lib/monitor_client/Cargo.toml @@ -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 diff --git a/periphery/Cargo.toml b/periphery/Cargo.toml index f06e76afc..c2db48ca8 100644 --- a/periphery/Cargo.toml +++ b/periphery/Cargo.toml @@ -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"