Files
Heimgeist/src-tauri/Cargo.toml
Victor Giers 81daab141c auto-git:
[add] docs/
 [add] src-tauri/
 [change] src/desktop/desktopApi.js
2026-05-06 04:56:36 +02:00

15 lines
311 B
TOML

[package]
name = "heimgeist-tauri"
version = "0.1.0"
description = "Tauri migration spike for Heimgeist"
authors = ["Heimgeist"]
edition = "2021"
rust-version = "1.77"
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
serde_json = "1"
tauri = { version = "2", features = [] }