pgdo-cli 0.3.1

The convenience of SQLite – but with PostgreSQL (Command-line application)
[package]
authors.workspace = true
categories.workspace = true
description = "The convenience of SQLite – but with PostgreSQL (Command-line application)"
edition.workspace = true
keywords.workspace = true
license.workspace = true
name = "pgdo-cli"
readme = "README.md"
repository.workspace = true
version.workspace = true

[[bin]]
doc = false
name = "pgdo"
path = "src/main.rs"

[dependencies]
pgdo-lib = { version = "0.3.1", path = "../pgdo-lib" }
clap = { version = "4.4.6", features = ["derive", "env"] }
color-eyre = "0.6.2"
ctrlc = { version = "3.4.1", features = ["termination"] }
uuid = { version = "1.4.1", features = ["v5"] }