summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 679c3b31f8170247cd1219906bfc6e115009b0e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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"