Skip to content

Commit 05312df

Browse files
committed
update process-muxer dependency
1 parent 87a6a4b commit 05312df

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/Cargo.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
name = "tmp-postgres"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = """
7+
Easily start a temporary PostgreSQL server for testing or exploration
8+
"""
9+
repository = "https://github.com/tstat/tmp-postgres"
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712

813
[dependencies]
9-
process-muxer = { path = "/Users/tstat/code/rust/process-muxer/src/process-muxer" }
14+
process-muxer = "0.1.0"
1015
clap = { version = "=4.4.18", features = ["derive"] }
1116
console = "0.15.7"
1217
dialoguer = "0.10.4"

0 commit comments

Comments
 (0)