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"