summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3dd3903..379a5ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,9 @@ panic = "abort"
strip = true
[build-dependencies]
+# Just Enough VCS String Formatter
+string_proc = { path = "../VersionControl/utils/string_proc/" }
+
chrono = "0.4"
toml = "0.9"