polsevev.dev/polsevev_dev_backend/Cargo.toml

13 lines
410 B
TOML
Raw Normal View History

2023-08-30 13:48:44 +00:00
[package]
name = "polsevev_dev_backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-09-19 16:19:24 +00:00
poem = "1.2"
poem-openapi = { version = "1.2", features = ["swagger-ui"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }