mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* ci: check toml formatting with taplo-cli
* change name of job
* { workspace = true } -> .workspace = true
* add taplo.toml
15 lines
397 B
TOML
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 = [] }
|