依赖添加(部分)
This commit is contained in:
2919
Cargo.lock
generated
2919
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -4,3 +4,12 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# 日志依赖
|
||||||
|
tracing = "0.1.44"
|
||||||
|
tracing-subscriber = "0.3.22"
|
||||||
|
# DI 框架
|
||||||
|
shaku = "0.6.2"
|
||||||
|
# WEB 框架
|
||||||
|
axum = "0.8.8"
|
||||||
|
# 持久层框架
|
||||||
|
sea-orm = "2.0.0-rc.28"
|
||||||
Reference in New Issue
Block a user