1 Star 4 Fork 0

火鸟/GirlOnlyTower:Rust web示例

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
火鸟 提交于 2022-12-23 13:09 +08:00 . Image show
[package]
name = "GirlOnlyTower"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.4.8"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
tower-http = { version = "0.2.0", features = ["fs", "trace"] }
sqlx = { version = "0.3.5", features = ["mysql"] }
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "0.8.1", features = ["serde", "v4"] }
http = "0.2.1"
blob = "0.3.0"
base64 = "0.12.1"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/jerryshensjf/GirlOnlyTower.git
git@gitee.com:jerryshensjf/GirlOnlyTower.git
jerryshensjf
GirlOnlyTower
GirlOnlyTower:Rust web示例
master

搜索帮助