9 lines
142 B
TOML
9 lines
142 B
TOML
[package]
|
|
name = "hashing"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ring = "0.14.6"
|