mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-02 10:05:32 +00:00
initial commit
This commit is contained in:
parent
8dfc595961
commit
e070db316c
19 changed files with 400 additions and 356 deletions
13
crates/mysql/Cargo.toml
Normal file
13
crates/mysql/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue