lib

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

commit 17a00aa6a1e01b885d5b12ff2004485c3530b396
parent 05801fa4c51a81ee64ede9e17be3e355692f20af
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:19:14 +0000

replica_db_wasm: update metadata

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

diff --git a/crates/replica_db_wasm/Cargo.toml b/crates/replica_db_wasm/Cargo.toml @@ -2,9 +2,7 @@ name = "radroots_replica_db_wasm" 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 bindings for radroots-replica-db"