mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* fix: CEF CI * fmt * update to rust 1.88, edition 2024 * install x86_64-apple-darwin * linux clippy * fix --all-features * more all-features fixes * install x86 apple * fix windows * fix doc tests * skip --all-featuress test for android and ios * more clippy fixes * install target * fix build, clippy * export cef for tests * pin version * fix arg
25 lines
589 B
TOML
25 lines
589 B
TOML
[package]
|
|
name = "tauri_bench"
|
|
version = "0.1.0"
|
|
authors = ["Tauri Programme within The Commons Conservancy"]
|
|
edition = "2024"
|
|
rust-version = "1.88"
|
|
license = "Apache-2.0 OR MIT"
|
|
description = "Cross-platform WebView rendering library"
|
|
repository = "https://github.com/tauri-apps/wry"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
time = { version = "0.3", features = ["formatting"] }
|
|
tempfile = "3"
|
|
serde_json = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
[[bin]]
|
|
name = "run_benchmark"
|
|
path = "src/run_benchmark.rs"
|
|
|
|
[[bin]]
|
|
name = "build_benchmark_jsons"
|
|
path = "src/build_benchmark_jsons.rs"
|