mysql_async_support 0.3.0

Run arbitrary SQL queries on a MySql database through SSH.
Documentation
[package]
name = "mysql_async_support"
version = "0.3.0"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Run arbitrary SQL queries on a MySql database through SSH."
edition = "2018"
repository = "https://github.com/azriel91/mysql_async_support"
documentation = "https://docs.rs/mysql_async_support"
readme = "README.md"
keywords = ["mysql", "ssh", "async"]
license = "MIT OR Apache-2.0"

[workspace]
members = ["crate/*"]

[dependencies]
mysql_async_support_model = { version = "0.3.0", path = "crate/mysql_async_support_model" }
mysql_async_support_rt = { version = "0.3.0", path = "crate/mysql_async_support_rt" }