engage_earn_api/Cargo.toml
Mitchell Marino 5cd5cbce7c template api
2023-01-11 21:13:56 -06:00

12 lines
295 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]
rocket = "0.5.0-rc.2"
sqlx = { version = "0.6", features = ["postgres", "runtime-tokio-rustls"] }
serde = "1.0"