lib

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

commit a1749e7d375994259cc62eeb757a9b5e30fcd574
parent 857e2a95d5e16f1e760511b1c28eee3410aa9418
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:19:24 +0000

types: update metadata

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

diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml @@ -2,9 +2,7 @@ name = "radroots_types" 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 = "Shared result and error wrapper types"