mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
ac87f9998e
Also remove the variant enum for separate functions.
17 lines
No EOL
369 B
TOML
17 lines
No EOL
369 B
TOML
[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"
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4" |