diff options
author | Determinant <[email protected]> | 2020-06-09 14:10:02 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-09 14:10:02 -0400 |
commit | 5296c8b4fe4214784fc76cff76589fcbd3a060c3 (patch) | |
tree | f4268a3fa2ea5bcaf9af4245a425427add6b2f58 /Cargo.toml | |
parent | 62956a6b138c3824389274cee87a9f781ff4077c (diff) |
...
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ edition = "2018" [dependencies] crc = "1.8.1" +lru = "0.5.1" [lib] name = "growthring" |