Skip to content

Commit

Permalink
Project name is pgt_proxy in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed May 13, 2024
1 parent 107cc42 commit a8735ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "postgres_proxy"
name = "pgt_proxy"
version = "1.0.0"
edition = "2021"
rust-version = "1.75"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Build the binary and run it.
```bash
cargo build --release

./target/release/postgres_proxy \
./target/release/pgt_proxy \
--server-private-key-path key.pem \
--server-certificate-path cert.pem \
--server-port 9000 \
Expand Down

0 comments on commit a8735ed

Please sign in to comment.