lenso-kernel 0.1.12

Portable Kernel runtime for Lenso vNext applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lenso-kernel"
version = "0.1.12"
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.2.0" }

[lints]
workspace = true