mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 14:09:51 +00:00
25 lines
686 B
TOML
25 lines
686 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 = "=1.5.1", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "=1.6.1", features = ["api-all"] }
|
|
|
|
[features]
|
|
default = ["custom-protocol"]
|
|
custom-protocol = ["tauri/custom-protocol"]
|