initial commit

This commit is contained in:
yggverse 2026-01-07 15:00:55 +02:00
parent 8dfc595961
commit e070db316c
19 changed files with 400 additions and 356 deletions

13
crates/mysql/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "rssto-mysql"
version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Shared MySQL database library"
keywords = ["rssto", "database", "mysql", "library", "driver", "api"]
# categories = []
repository = "https://github.com/YGGverse/rssto"
[dependencies]
mysql = "26.0.1"