rust backend
This commit is contained in:
9
count/Cargo.toml
Normal file
9
count/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user