summaryrefslogtreecommitdiff
path: root/decryptor/Cargo.toml
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2024-07-05 20:55:30 +0800
committerLi Zhineng <[email protected]>2024-07-05 20:55:30 +0800
commitf5d517897b58bb4e652750355cc3566e644fa1b3 (patch)
treeb79fb565d1cdbd2f7482cd50537d0749657b8463 /decryptor/Cargo.toml
parente30c0ea7c7a128f4f0579f7e254a95105e2b48b9 (diff)
downloadchina-unicom-iptv-gd-f5d517897b58bb4e652750355cc3566e644fa1b3.tar.gz
china-unicom-iptv-gd-f5d517897b58bb4e652750355cc3566e644fa1b3.zip
decryptor Rust implementation
Diffstat (limited to 'decryptor/Cargo.toml')
-rw-r--r--decryptor/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/decryptor/Cargo.toml b/decryptor/Cargo.toml
new file mode 100644
index 0000000..918bd84
--- /dev/null
+++ b/decryptor/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "decryptor"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+hex = "0.4.3"
+openssl = "0.10.64"
+rand = "0.8.5"