polsevev.dev/Cargo.toml

13 lines
378 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]
2024-07-09 18:34:13 +00:00
poem = "3.0.1"
poem-openapi = { version = "5.0.2", features = ["swagger-ui", "static-files"] }
pulldown-cmark = "0.11.0"
2023-09-19 16:19:24 +00:00
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }