Files
archived-tauri/tooling/bench/tests/cpu_intensive/src-tauri/Cargo.toml
Amr Bashir 70306dc79b ci: check toml formatting with taplo-cli (#10787)
* ci: check toml formatting with taplo-cli

* change name of job

* { workspace = true } -> .workspace = true

* add taplo.toml
2024-08-26 21:46:05 -03:00

15 lines
397 B
TOML

[package]
name = "bench_cpu_intensive"
version = "0.1.0"
description = "A very simple Tauri Application"
edition = "2021"
rust-version = "1.70"
[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 = [] }