mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 03:59:37 +00:00
18 lines
No EOL
397 B
TOML
18 lines
No EOL
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 |