summaryrefslogtreecommitdiff
path: root/decryptor/Cargo.toml
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2024-07-05 20:59:01 +0800
committerLi Zhineng <[email protected]>2024-07-05 20:59:10 +0800
commit94cc9f8998228d2b4f372e228919a5bab9c6b9ec (patch)
tree5e279fd59db392450b450d51b95e7d526f499da1 /decryptor/Cargo.toml
parent1689c439c8ea48507cc738c09e4a7b2e6222525f (diff)
downloadchina-unicom-iptv-gd-94cc9f8998228d2b4f372e228919a5bab9c6b9ec.tar.gz
china-unicom-iptv-gd-94cc9f8998228d2b4f372e228919a5bab9c6b9ec.zip
remove rand package
Diffstat (limited to 'decryptor/Cargo.toml')
-rw-r--r--decryptor/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/decryptor/Cargo.toml b/decryptor/Cargo.toml
index 918bd84..80d0338 100644
--- a/decryptor/Cargo.toml
+++ b/decryptor/Cargo.toml
@@ -6,4 +6,3 @@ edition = "2021"
[dependencies]
hex = "0.4.3"
openssl = "0.10.64"
-rand = "0.8.5"