10 lines
215 B
TOML
10 lines
215 B
TOML
[package]
|
|
name = "count"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
poem = "3"
|
|
poem-openapi = { version = "5", features = ["swagger-ui"] }
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|