Files
storage/Cargo.toml
lychang a24c63024f init
2024-01-17 00:56:21 +08:00

14 lines
355 B
TOML

[package]
name = "web"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5.0"
actix-web = "4.4.1"
actix-cors = "0.7.0"
rust-s3 ={version = "0.33.0" }
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
serde = "1.0.195"