hlstate-rs/crates/mysql/Cargo.toml
2026-03-05 15:19:36 +02:00

17 lines
No EOL
359 B
TOML

[package]
name = "hlstate-mysql"
version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Shared MySQL database library"
keywords = ["hlstate", "database", "mysql", "library", "api"]
# categories = []
repository = "https://github.com/YGGverse/hlstate-rs"
[features]
default = []
transaction = []
[dependencies]
mysql = "26.0.1"