mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-17 00:07:53 +00:00
14 lines
323 B
TOML
14 lines
323 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]
|
|
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|