pgdo-cli 0.3.0

The convenience of SQLite – but with PostgreSQL (Command-line application)
[[bin]]
doc = false
name = "pgdo"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "env"]
version = "4.4.6"

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.ctrlc]
features = ["termination"]
version = "3.4.1"

[dependencies.pgdo-lib]
version = "0.3.0"

[dependencies.uuid]
features = ["v5"]
version = "1.4.1"

[package]
authors = ["Gavin Panella <gavin@allenap.me>"]
categories = ["command-line-utilities", "database", "development-tools", "development-tools::testing"]
description = "The convenience of SQLite – but with PostgreSQL (Command-line application)"
edition = "2021"
keywords = ["database", "postgres", "postgresql"]
license = "Apache-2.0"
name = "pgdo-cli"
readme = "README.md"
repository = "https://github.com/allenap/pgdo"
version = "0.3.0"