lenso-runtime-conformance 0.1.0

Kernel-owned conformance fixtures for Lenso Runtime Drivers and Execution Adapters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lenso-runtime-conformance"
version = "0.1.0"
edition.workspace = true
license.workspace = true
publish = true
repository.workspace = true
description = "Kernel-owned conformance fixtures for Lenso Runtime Drivers and Execution Adapters."

[dependencies]
futures.workspace = true
lenso-app-plan = { path = "../lenso-app-plan", version = "0.1.0" }
lenso-kernel = { path = "../lenso-kernel", version = "0.1.0" }

[lints]
workspace = true