From 4cccc5d093bed8abbe35689c061486b79c44c558 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 24 Dec 2025 14:52:28 +0800 Subject: Add build script for compile info and installer generation --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit