almost finished..

This commit is contained in:
CaptainNEO
2022-03-10 21:01:51 +08:00
parent c1eb1c06ea
commit 3a78fd393d
38 changed files with 2362 additions and 75 deletions

18
rust/poem/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
poem = "1.3.13"
poem-openapi = { version = "1.3.13", features = [
"email",
"swagger-ui",
"rapidoc",
"redoc",
] }
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.9"
slab = "0.4.5"