mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 12:09:57 +00:00
23 lines
No EOL
641 B
TOML
23 lines
No EOL
641 B
TOML
[package]
|
|
name = "cuprate-criterion-json-rpc"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
description = "Criterion benchmarking for cuprate-json-rpc"
|
|
license = "MIT"
|
|
authors = ["hinto-janai"]
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/benches/criterion/cuprate-json-rpc"
|
|
keywords = ["cuprate", "json-rpc", "criterion", "benchmark"]
|
|
|
|
[dependencies]
|
|
criterion = { workspace = true }
|
|
function_name = { workspace = true }
|
|
serde_json = { workspace = true, features = ["default"] }
|
|
|
|
cuprate-json-rpc = { path = "../../../rpc/json-rpc" }
|
|
|
|
[[bench]]
|
|
name = "main"
|
|
harness = false
|
|
|
|
[lints]
|
|
workspace = true |