mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 19:49:33 +00:00
18 lines
397 B
TOML
18 lines
397 B
TOML
|
[package]
|
||
|
name = "cuprate-benchmark-lib"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
description = "Cuprate's benchmarking library"
|
||
|
license = "MIT"
|
||
|
authors = ["hinto-janai"]
|
||
|
repository = "https://github.com/Cuprate/cuprate/tree/main/benches/benchmark/lib"
|
||
|
keywords = ["cuprate", "benchmarking", "library"]
|
||
|
|
||
|
[features]
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
[dev-dependencies]
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|