mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
17 lines
No EOL
360 B
TOML
17 lines
No EOL
360 B
TOML
[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"
|
|
|
|
[features]
|
|
default = []
|
|
transaction = []
|
|
|
|
[dependencies]
|
|
mysql = "26.0.1" |