0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-03 18:45:15 +00:00
Files
2025-03-22 11:11:36 +01:00

30 lines
734 B
TOML

[package]
name = "jellyfin-vue-tauri"
version = "0.0.0"
description = "Jellyfin Tauri client"
authors = [
"jellyfin-vue Contributors (https://github.com/jellyfin/jellyfin-vue/graphs/contributors)"
]
license = "GPL-3.0-only"
repository = "https://github.com/jellyfin/jellyfin-vue"
default-run = "jellyfin-vue-tauri"
build = "src/build.rs"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "=2.1.0", features = [] }
[dependencies]
tauri = { version = "=2.4.0", features = [] }
[features]
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]
[profile.release]
strip = true
lto = true
opt-level = 3