rust backend

This commit is contained in:
2025-01-10 17:17:04 -05:00
parent 9ce0cb4ff6
commit a745239d16
4 changed files with 1738 additions and 0 deletions

9
count/Cargo.toml Normal file
View 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"] }