2019-06-07 22:34:21 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
".",
|
2019-06-11 04:57:08 +00:00
|
|
|
"mason-core",
|
2019-06-13 23:02:50 +00:00
|
|
|
"mason-postgres-protocol",
|
2019-06-11 04:57:08 +00:00
|
|
|
"mason-postgres",
|
2019-06-07 22:34:21 +00:00
|
|
|
]
|
|
|
|
|
2019-06-06 13:02:55 +00:00
|
|
|
[package]
|
2019-06-07 22:34:21 +00:00
|
|
|
name = "mason"
|
|
|
|
version = "0.0.0"
|
2019-06-06 13:02:55 +00:00
|
|
|
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
description = "Asynchronous and expressive database client in pure Rust."
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-06-07 22:34:21 +00:00
|
|
|
runtime = "=0.3.0-alpha.4"
|
2019-06-11 04:57:08 +00:00
|
|
|
mason-core = { path = "mason-core" }
|
2019-06-07 22:34:21 +00:00
|
|
|
mason-postgres = { path = "mason-postgres" }
|
|
|
|
failure = "0.1"
|
|
|
|
env_logger = "0.6.1"
|
|
|
|
bytes = "0.4.12"
|