summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-11-25 01:16:18 -0500
committerMalfurious <m@lfurio.us>2021-11-25 01:16:18 -0500
commit30686a8e693f2d61bda933d1370b6ea50b8bf0a6 (patch)
tree91f3ed277465f1a7426acea31c7074faf1d1a32f /Cargo.toml
parent16ac36edf6250e1b8f414adec0fccccf5770c247 (diff)
downloadSorensenCompression-30686a8e693f2d61bda933d1370b6ea50b8bf0a6.tar.gz
SorensenCompression-30686a8e693f2d61bda933d1370b6ea50b8bf0a6.zip
Remove redundant rust code
This logic has already been reimplemented in C, or is otherwise unneeded. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r--Cargo.toml12
1 files changed, 0 insertions, 12 deletions
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"