This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
inline-sql/example/Cargo.toml
2023-02-18 15:48:41 +01:00

10 lines
233 B
TOML

[package]
name = "example"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inline-sql = { path = "../inline-sql" }
postgres = "0.19"