feat: add highwayhash

This commit is contained in:
2022-10-07 23:05:32 +08:00
parent 2f4df9395d
commit e972998e09
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[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"