Files
simple-rust-tests/__crypto/highwayhash/Cargo.toml
2022-10-07 23:05:32 +08:00

11 lines
199 B
TOML

[package]
name = "highwayhash"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
highway = "0.8.0"