diff options
author | Determinant <[email protected]> | 2020-06-09 21:46:12 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-09 21:46:12 -0400 |
commit | 56bc442c4da0e6e75401d50f206fe56e1bf8adbb (patch) | |
tree | d2fb87c5001d17cf14dda1701a93b085fb2a6402 /Cargo.toml | |
parent | 61efb65b72a1d8d02a2c1615ae4a498eef7540c6 (diff) |
...
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ edition = "2018" [dependencies] crc = "1.8.1" lru = "0.5.1" +scan_fmt = "0.2.5" [lib] name = "growthring" |