maplibre-rs/benchmarks/Cargo.toml
Max Ammann 1444ae7782
Clippy fixes (#197)
* Apply clippy fixes

* Use nightly for android

* Use nightly for web

* Fix feature usage

* Deny unused imports

* Add ios and web fixup

* Exit with non-zero exit code

* Add no_pendantic_os_check cfg flag
2022-11-05 13:29:11 +01:00

22 lines
403 B
TOML

[package]
name = "benchmarks"
version = "0.1.0"
description = ""
categories = []
edition = "2021"
[dependencies]
maplibre = { path = "../maplibre", features = ["headless", "embed-static-tiles", "thread-safe-futures"] }
[dev-dependencies]
criterion = { version = "0.3.6", features = ["async_tokio"] }
tokio = "1.19.2"
[[bench]]
name = "render"
harness = false
[[bench]]
name = "data"
harness = false