We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82e729 commit 28bab70Copy full SHA for 28bab70
Cargo.toml
@@ -3,20 +3,24 @@ name = "pulse"
3
version = "1.0.1"
4
edition = "2021"
5
6
+build = "build.rs"
7
+
8
[dependencies]
9
reqwest = { version = "0.12"}
10
tokio = { version = "1", features = ["full"]}
11
regex = "1.5"
12
futures = "0.3"
-colored = "2.1.0"
13
+colored = "3.0.0"
14
csv = "1.1"
15
structopt = "0.3.26"
16
anyhow = "1.0.86"
17
encoding = "0.2"
18
encoding_rs = "0.8.34"
19
chrono = "0.4.38"
-rand = "0.8.5"
20
+rand = "0.9.0"
21
22
+[build-dependencies]
23
+winres = "0.1"
24
25
[profile.release]
26
opt-level = "z" # 二进制文件大小优化
0 commit comments