[package]
edition = "2021"
name = "tishlang_app"
version = "1.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cargo:tishlang_app — alias re-export of tishlang_desktop (cross-device app runtime)"
homepage = "https://tishlang.com"
readme = "README.md"
keywords = [
"tish",
"desktop",
"app",
]
categories = [
"gui",
"development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/tishlang/tish-desktop"
[features]
default = ["webview-tauri"]
platform-apple = ["tishlang_desktop/platform-apple"]
webview-tauri = ["tishlang_desktop/webview-tauri"]
[lib]
name = "tishlang_app"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.tishlang_desktop]
version = "1.1.4"