lingxia-shell 0.5.1

Shell product module and host registrations for LingXia
[package]
name = "lingxia-shell"
version.workspace = true
edition.workspace = true
description = "Shell product module and host registrations for LingXia"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/LingXia-Dev/LingXia"
documentation = "https://docs.rs/lingxia-shell"
repository = "https://github.com/LingXia-Dev/LingXia"
keywords = ["lingxia", "shell", "lxapp", "webview"]
categories = ["web-programming", "api-bindings"]

[dependencies]
lxapp = { workspace = true }
lingxia-app-context = { workspace = true }
lingxia-browser = { workspace = true }
lingxia-transfer = { workspace = true }
lingxia-settings = { workspace = true }
lingxia-macro = { workspace = true }
lingxia-platform = { workspace = true }
futures = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
serde_json = { workspace = true }
log = { workspace = true }
rong = { workspace = true, default-features = false }