-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (35 loc) · 786 Bytes
/
Cargo.toml
File metadata and controls
37 lines (35 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[workspace]
resolver = "2"
members = [
"server",
"client",
"tests",
"entity",
]
[workspace.package]
authors = ["timzaak <zsy.evan@gmail.com>"]
edition = "2024"
version = "3.0.1"
[workspace.dependencies]
anyhow = { version = "1.0" }
chrono = { version = "0.4" }
clap = { version = "4.5" }
console = "0.16"
dashmap = "6.1"
delay_timer = "0.11.6"
futures = "0.3"
futures-util = { version = "0.3", default-features = false }
md-5 = "0.10"
percent-encoding = "2.1"
regex = "1.10"
reqwest = { version = "0.12", default-features = false }
serde = { version = "1.0" }
serde_json = "1.0"
serde_repr = "0.1"
tokio = { version = "1.0" }
toml = { version = "0.9.8" }
toml_edit = "0.23.7"
tracing = "0.1.21"
tracing-subscriber = { version = "0.3" }
walkdir = "2.5"
salvo = "0.85.0"