haggis-rs/Cargo.toml

14 lines
241 B
TOML
Raw Normal View History

2023-07-02 00:44:39 -04:00
[package]
name = "haggis"
2023-07-02 00:44:39 -04:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
2023-07-02 00:44:39 -04:00
[dependencies]
libc = "0.2"
md-5 = "0.10"
sha1 = "0.10"
sha2 = "0.10"