cuprate-hinto-janai/benches/benchmark/example/Cargo.toml
hinto.janai 7bac741d5f
Some checks are pending
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
name changes, bin impl
2024-10-03 21:36:32 -04:00

17 lines
No EOL
456 B
TOML

[package]
name = "cuprate-benchmark-example"
version = "0.0.0"
edition = "2021"
description = "Example showcasing Cuprate's benchmarking harness"
license = "MIT"
authors = ["hinto-janai"]
repository = "https://github.com/Cuprate/cuprate/tree/main/benches/benchmark/example"
keywords = ["cuprate", "benchmarking", "example"]
[dependencies]
cuprate-benchmark-lib = { path = "../lib" }
[dev-dependencies]
[lints]
workspace = true