Claw 项目完整结构提交
This commit is contained in:
15
Claw/Server/shared/Cargo.toml
Normal file
15
Claw/Server/shared/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "shared"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = "^1.0"
|
||||
chrono = { version = "^0.4", features = ["serde"] }
|
||||
uuid = { version = "^1.0", features = ["v4", "serde"] }
|
||||
tokio = { version = "^1.0", features = ["full"] }
|
||||
bytes = "1.0"
|
||||
# heed = "^0.20" # 暂时移除,后续实现HeedDB功能
|
||||
# redis = "^0.29" # 暂时移除,后续实现Redis功能
|
||||
|
||||
Reference in New Issue
Block a user