vanikam/utils/db-migrations/Cargo.toml

11 lines
287 B
TOML
Raw Normal View History

2024-05-13 21:27:51 +05:30
[package]
name = "db-migrations"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "2.9.0"
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "postgres", "time"] }