lib

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

commit 75e54809e76fd39854e21b3bbd0305b3a32e6294
parent 5de53b296422b09948c3fc914848e8935c88d2ff
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:19:16 +0000

runtime_manager: update metadata

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

diff --git a/crates/runtime_manager/Cargo.toml b/crates/runtime_manager/Cargo.toml @@ -2,9 +2,7 @@ name = "radroots_runtime_manager" 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 = "Managed runtime registry and path helpers"