lore/Cargo.toml

15 lines
424 B
TOML
Raw Normal View History

2021-10-26 14:20:30 +00:00
[package]
name = "lore"
2022-09-16 12:12:38 +00:00
version = "2.0.1"
2021-10-26 14:20:30 +00:00
edition = "2018"
description = "Zero-dependency hashing algorithms"
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://git.palmoe.dk/vodofrede/lore/"
repository = "https://git.palmoe.dk/vodofrede/lore/"
keywords = ["algorithms", "compression", "cryptography", "md5", "hash"]
categories = ["algorithms", "compression", "cryptography"]
exclude = []
[dev-dependencies]