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"