cuprate-hinto-janai/cryptonight/Cargo.toml

18 lines
370 B
TOML
Raw Normal View History

2023-09-05 10:56:07 +00:00
[package]
name = "cryptonight-cuprate"
version = "0.1.0"
edition = "2021"
description = "A wrapper around Monero's CryptoNight hash function."
license = "MIT"
authors = ["Boog900", "The Monero Project"]
repository = "https://github.com/Cuprate/cuprate/tree/main/cryptonight"
[dependencies]
thiserror = "1"
2023-09-05 10:56:07 +00:00
[build-dependencies]
cc = "1"
[dev-dependencies]
hex = "0.4"