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-17 20:29:30 +01:00

10 lines
216 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" }