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"] }
|
2023-09-23 19:28:12 +00:00
|
|
|
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
|