diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
