From 30686a8e693f2d61bda933d1370b6ea50b8bf0a6 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 25 Nov 2021 01:16:18 -0500 Subject: Remove redundant rust code This logic has already been reimplemented in C, or is otherwise unneeded. Signed-off-by: Malfurious --- Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 679c3b3..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[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