engage_earn_api/Cargo.toml
2023-01-11 20:00:02 -06:00

10 lines
237 B
TOML

[package]
name = "school_app_api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlx = { version = "0.6.2", features = ["postgres"] }