mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
[workspace]
|
|
|
|
[package]
|
|
name = "postgres-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
postgres = { version = "0.19" }
|
|
|
|
[[bin]]
|
|
name = "postgres"
|
|
path = "./main.rs"
|