diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-24 14:52:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-24 15:04:40 +0800 |
| commit | 4cccc5d093bed8abbe35689c061486b79c44c558 (patch) | |
| tree | 5a0a9ba740d5edb99d1e0a8948ac728643df2cab /Cargo.toml | |
| parent | d9a3831673bbdca117c769a843bccd3fa97f8b14 (diff) | |
Add build script for compile info and installer generation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" } |
