mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
13 lines
196 B
TOML
13 lines
196 B
TOML
[package]
|
|
name = "maplibre-benchmark"
|
|
version = "0.1.0"
|
|
description = ""
|
|
categories = []
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
maplibre = { path = "../maplibre" }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|