mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
15 lines
402 B
TOML
15 lines
402 B
TOML
[package]
|
|
name = "resources"
|
|
version = "0.1.0"
|
|
description = "A Tauri application that uses Node.js with app resources"
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { path = "../../../crates/tauri-build", features = ["codegen"] }
|
|
|
|
[dependencies]
|
|
serde_json = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
tauri = { path = "../../../crates/tauri", features = [] }
|