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.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d0b2de2..cbb0ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,10 +672,12 @@ version = "0.0.0" dependencies = [ "action_system", "cfg_file", + "chrono", "data_struct", "sha1_hash", "string_proc", "tcp_connection", + "toml", "vcs_actions", "vcs_data", "vcs_docs", -- cgit