mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
23 lines
469 B
TOML
23 lines
469 B
TOML
[package]
|
|
name = "mason-postgres"
|
|
version = "0.0.0"
|
|
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "PostgreSQL database driver for dbx."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
mason-core = { path = "../mason-core" }
|
|
runtime = "=0.3.0-alpha.4"
|
|
futures-preview = "=0.3.0-alpha.16"
|
|
failure = "0.1"
|
|
byteorder = "1.3.1"
|
|
log = "0.4"
|
|
hex = "0.3.2"
|
|
bytes = "0.4.12"
|
|
memchr = "2.2.0"
|
|
md-5 = "0.8.0"
|
|
|
|
[dev-dependencies]
|
|
matches = "0.1.8"
|