lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit e2c515109ff9d6bd38d85f7320d5fd0790cf9dda
parent 1962c48ff71ca783282bdb7e7634b2da24ffb19b
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:19:00 +0000

identity: update metadata

Diffstat:
Mcrates/identity/Cargo.toml | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/crates/identity/Cargo.toml b/crates/identity/Cargo.toml @@ -2,9 +2,7 @@ name = "radroots_identity" version = "0.1.0-alpha.1" edition.workspace = true -authors = [ - "Radroots Authors", -] +authors = ["Tyson Lupul <tyson@radroots.org>"] rust-version.workspace = true license.workspace = true description = "Identity models, username helpers, and profile utilities"