summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-12-24 14:52:28 +0800
committer魏曹先生 <1992414357@qq.com>2025-12-24 15:04:40 +0800
commit4cccc5d093bed8abbe35689c061486b79c44c558 (patch)
tree5a0a9ba740d5edb99d1e0a8948ac728643df2cab /Cargo.toml
parentd9a3831673bbdca117c769a843bccd3fa97f8b14 (diff)
Add build script for compile info and installer generation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1643e6d..41e2bae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,6 +70,10 @@ lto = "fat"
panic = "abort"
strip = "symbols"
+[build-dependencies]
+chrono = "0.4"
+toml = "0.9"
+
[dependencies]
cfg_file = { path = "crates/utils/cfg_file" }
data_struct = { path = "crates/utils/data_struct" }