From f22fb42b250a9c376d925c7ace59dfaacf82c6a0 Mon Sep 17 00:00:00 2001
From: qh11 <qh11@illinois.edu>
Date: Tue, 1 Feb 2022 12:00:16 -0600
Subject: [PATCH] Update Cargo.toml

---
 Cargo.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 6ae0528..d754099 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ url = "2.1"
 crossbeam = "0.8"
 rand = "0.8"
 hex-literal = "0.3"
+data-encoding = "2.3.2"
 clap = { version = "2.33", features = ["wrap_help"]}
 
 [features]
@@ -28,4 +29,4 @@ default = []
 test-utilities = []
 
 [dev-dependencies]
-ntest = "0.7"
\ No newline at end of file
+ntest = "0.7"
-- 
GitLab