cuprate-hinto-janai/benches/criterion/cuprate-json-rpc/Cargo.toml
hinto.janai 185c2ee25a
Some checks are pending
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
add cuprate-criterion-example
2024-10-08 17:42:21 -04:00

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