13 lines
271 B
TOML
13 lines
271 B
TOML
[package]
|
|
name = "mysqlsvr"
|
|
version = "0.1.0"
|
|
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mysql = "20.1.0"
|
|
msql-srv = "0.9.3"
|
|
|