lib

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

commit fa4a3e9d20fe52f81e69f49407c8527d7c803ec2
parent 1c754a61ebda422ab8453508d5a29b7ae122ec47
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:19:23 +0000

sql_wasm_core: update metadata

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

diff --git a/crates/sql_wasm_core/Cargo.toml b/crates/sql_wasm_core/Cargo.toml @@ -2,9 +2,7 @@ name = "radroots_sql_wasm_core" 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 = "WebAssembly SQL runtime facade and execution entry points"