[package]
name = "lenso-kernel"
version = "0.1.0"
edition.workspace = true
license.workspace = true
publish = true
repository.workspace = true
description = "Portable Kernel runtime for Lenso vNext applications."
[dependencies]
futures.workspace = true
lenso-app-plan = { path = "../lenso-app-plan", version = "0.1.0" }
[dev-dependencies]
lenso-capability-greeting = { path = "../lenso-capability-greeting" }
lenso-native-adapter = { path = "../lenso-native-adapter" }
lenso-native-greeter = { path = "../../fixtures/vnext-native-greeter" }
[lints]
workspace = true