From 4831ae815f26170174545ae87e9fe960bfce5b8c Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 9 Jun 2020 23:19:11 -0400 Subject: ... --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d6e8d74..f20c53d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,6 +81,7 @@ name = "growth-ring" version = "0.1.0" dependencies = [ "crc", + "hex", "lru", "scan_fmt", ] @@ -95,6 +96,12 @@ dependencies = [ "autocfg", ] +[[package]] +name = "hex" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" + [[package]] name = "lazy_static" version = "1.4.0" -- cgit v1.2.3