aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-01 14:38:36 -0800
committerFuwn <[email protected]>2022-03-01 14:38:36 -0800
commit2a8df03dc636d3ee385ac35116186b12345855fb (patch)
tree370d379d1e839e4ab08741a053c2bc7c7cf85755 /Cargo.toml
parent0d96a9d011dad9144a4ef178db9a7933fbdb8094 (diff)
downloadpara-2a8df03dc636d3ee385ac35116186b12345855fb.tar.xz
para-2a8df03dc636d3ee385ac35116186b12345855fb.zip
refactor(ppm): use rust generator instead of crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0c7b28..50bcb84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,9 +27,6 @@ byteorder = "1.4.3"
# Time
chrono = "0.4.19"
-# Generators
-generator = "0.7.0"
-
# Image encoding
image = "0.24.1"