feat: add mysql svr

This commit is contained in:
2021-02-17 12:01:37 +08:00
parent 4c5ee6f908
commit ed41681faf
4 changed files with 1420 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[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"