lib

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

commit a7698a8c064ecd632661d3266895a4f184a49ba7
parent 44b9f4105641fd837d330b37864295ea1611ba30
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:18:55 +0000

events: update metadata

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

diff --git a/crates/events/Cargo.toml b/crates/events/Cargo.toml @@ -2,9 +2,7 @@ name = "radroots_events" 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 = "Typed event models, kinds, and tag conventions"