From 7bd18b4b22f3a6bf86b131329345f9a75d8f699c Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 28 Aug 2021 09:45:57 -0400 Subject: Commit Rust POC This replaces the Python script. Since all MIT-licensed code is removed, the LICENSE file is as well. 'cargo run' to run the program. Signed-off-by: Malfurious --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..679c3b3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "pszip" +version = "0.1.0" +authors = ["malf"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +sha2 = "0.8.1" +num = "*" +hex = "0.3.1" -- cgit v1.2.3