about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4ffb22..ae6962b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,8 @@ criterion = "0.3"
 rand = "0.7.3"
 
 [dependencies]
+weezl = "0.1.5"
+owo-colors = "2.0.0"
 
 [[bench]]
 name = "lzw_encode"