12 lines
378 B
TOML
12 lines
378 B
TOML
[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]
|
|
poem = "3.0.1"
|
|
poem-openapi = { version = "5.0.2", features = ["swagger-ui", "static-files"] }
|
|
pulldown-cmark = "0.11.0"
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|