commit 3926d7a3fed7637058ab66b16c76db4a34734e7e
parent d053156723db3b8ffbdbc0929727a0c611fd3230
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 01:19:22 +0000
sql_core: update metadata
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/crates/sql_core/Cargo.toml b/crates/sql_core/Cargo.toml
@@ -2,9 +2,7 @@
name = "radroots_sql_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 = "SQL execution and migration primitives"