/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
bench/Cargo.toml
24 строки
589 B
Lucas Fernandes Nogueira
feat: bump MSRV to 1.90 (#13221)
02 июл 2026, 11:40
Не верифицирован
02 июл 2026, 11:40
1cffb01
Код
Авторство
О чём код?
[package] name = "tauri_bench" version = "0.1.0" authors = ["Tauri Programme within The Commons Conservancy"] edition = "2021" rust-version = "1.90" 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"