Files
codeql/rust/ql/test/library-tests/frameworks/postgres/cargo.toml.manual
2025-01-20 12:01:23 +00:00

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"