chore: add project metadata and MIT license

This commit is contained in:
hdbg
2025-12-04 18:57:54 +01:00
parent ddb28085b9
commit bf0ae1b3ee
3 changed files with 26 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
[package]
name = "pgd"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
description = "CLI to manage postgres instances for local development"
repository = "https://github.com/MarketTakers/pgd"
license = "MIT"
[dependencies]
bollard = "0.19.4"