maplibre-rs/benchmarks/Cargo.toml
Maximilian Ammann 66ffdfdd02 Fix clippy in CI
2022-04-24 12:08:53 +02:00

13 lines
188 B
TOML

[package]
name = "benchmarks"
version = "0.1.0"
description = ""
categories = []
edition = "2021"
[dependencies]
maplibre = { path = "../maplibre" }
[dev-dependencies]
criterion = "0.3"