tauri/tooling/bench/tests/cpu_intensive/src-tauri/Cargo.toml

18 lines
459 B
TOML
Raw Normal View History

[package]
name = "bench_cpu_intensive"
version = "0.1.0"
description = "A very simple Tauri Application"
edition = "2021"
2023-05-06 23:16:52 +03:00
rust-version = "1.65"
[build-dependencies]
tauri-build = { path = "../../../../../core/tauri-build", features = [ "codegen" ] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { path = "../../../../../core/tauri", features = [] }
[features]
custom-protocol = [ "tauri/custom-protocol" ]