[package]
name = "bubba-core"
version = "0.2.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Core runtime for the Bubba mobile framework"
repository = "https://github.com/nia-cloud-official/bubba-rs"
homepage = "https://bubba-rs.netlify.app"
keywords = ["mobile", "android", "framework", "ui", "native"]
categories = ["gui", "development-tools"]
[dependencies]
bubba-macros = { path = "../bubba-macros", version = "0.1" }
thiserror.workspace = true
anyhow.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
log.workspace = true
env_logger.workspace = true
jni = { version = "0.21", features = ["invocation"] }
[features]
default = []
android = []