Skip to content

Commit 28bab70

Browse files
authored
Update Cargo.toml
1 parent d82e729 commit 28bab70

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ name = "pulse"
33
version = "1.0.1"
44
edition = "2021"
55

6+
build = "build.rs"
7+
68
[dependencies]
79
reqwest = { version = "0.12"}
810
tokio = { version = "1", features = ["full"]}
911
regex = "1.5"
1012
futures = "0.3"
11-
colored = "2.1.0"
13+
colored = "3.0.0"
1214
csv = "1.1"
1315
structopt = "0.3.26"
1416
anyhow = "1.0.86"
1517
encoding = "0.2"
1618
encoding_rs = "0.8.34"
1719
chrono = "0.4.38"
18-
rand = "0.8.5"
20+
rand = "0.9.0"
1921

22+
[build-dependencies]
23+
winres = "0.1"
2024

2125
[profile.release]
2226
opt-level = "z" # 二进制文件大小优化

0 commit comments

Comments
 (0)