summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }