cuprate-hinto-janai/benches/criterion/cuprate-json-rpc/Cargo.toml

23 lines
641 B
TOML
Raw Normal View History

2024-06-26 20:25:55 +00:00
[package]
name = "cuprate-criterion-json-rpc"
version = "0.0.0"
edition = "2021"
description = "Criterion benchmarking for cuprate-json-rpc"
license = "MIT"
authors = ["hinto-janai"]
2024-10-08 21:42:21 +00:00
repository = "https://github.com/Cuprate/cuprate/tree/main/benches/criterion/cuprate-json-rpc"
2024-06-26 20:25:55 +00:00
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"
2024-10-08 00:33:44 +00:00
harness = false
[lints]
workspace = true