feat: initialize LineUp Tauri reference host

This commit is contained in:
2026-08-03 10:26:27 +08:00
commit 32a425034b
79 changed files with 11460 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "lineup-tauri"
version = "0.1.0"
description = "LineUp Tauri Reference Host"
authors = ["LineUp"]
edition = "2021"
[lib]
name = "lineup_tauri_lib"
crate-type = ["lib", "cdylib", "staticlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }