mantra-miner 0.1.1

A library to make your software recite mantras while it runs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mantra-miner"
version = "0.1.1"
edition = "2021"
description = "A library to make your software recite mantras while it runs"
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/trane-project/mantra-miner"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.62"
parking_lot = { version = "0.12.1", features = ["hardware-lock-elision"] }