From d04fb3f8037c6d674f83bc09dc394038e545a218 Mon Sep 17 00:00:00 2001 From: LeChatP Date: Mon, 23 Sep 2024 13:50:47 +0200 Subject: [PATCH] chore: Update rar-common to rootasrole-core for crates.io --- rar-common/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rar-common/Cargo.toml b/rar-common/Cargo.toml index 8a00e93..1e88f15 100644 --- a/rar-common/Cargo.toml +++ b/rar-common/Cargo.toml @@ -2,6 +2,8 @@ name = "rootasrole-core" version = "3.0.0" edition = "2021" +description = "This core crate contains the RBAC and main features for the RootAsRole project." +license = "GPL-3.0-or-later" [dependencies] tracing = "0.1.40"