summaryrefslogtreecommitdiff
path: root/decryptor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'decryptor/Cargo.toml')
-rw-r--r--decryptor/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/decryptor/Cargo.toml b/decryptor/Cargo.toml
new file mode 100644
index 0000000..80d0338
--- /dev/null
+++ b/decryptor/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "decryptor"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+hex = "0.4.3"
+openssl = "0.10.64"