From 5bddc030fd51830bb8222eeaeef1acbc1375585a Mon Sep 17 00:00:00 2001 From: Krusty/Benediction Date: Thu, 11 Jul 2024 14:57:28 +0200 Subject: [PATCH] [cprli] Add description to Cargo.toml --- cpclib-cprcli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpclib-cprcli/Cargo.toml b/cpclib-cprcli/Cargo.toml index 94177a05..2ca11430 100644 --- a/cpclib-cprcli/Cargo.toml +++ b/cpclib-cprcli/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "cpclib-cprcli" version = "0.3.0" +description = "Command line tool to manipulate CPRg" + + authors.workspace = true edition.workspace = true license.workspace = true