diff options
author | Malfurious <m@lfurio.us> | 2021-11-25 01:16:18 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-11-25 01:16:18 -0500 |
commit | 30686a8e693f2d61bda933d1370b6ea50b8bf0a6 (patch) | |
tree | 91f3ed277465f1a7426acea31c7074faf1d1a32f /Cargo.toml | |
parent | 16ac36edf6250e1b8f414adec0fccccf5770c247 (diff) | |
download | SorensenCompression-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.toml | 12 |
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" |