osdk-test-kernel 0.17.2

The OSTD-based kernel for running unit tests with OSDK.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "osdk-test-kernel"
description = "The OSTD-based kernel for running unit tests with OSDK."
readme = "README.md"
version.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ostd.workspace = true
owo-colors.workspace = true

[lints]
workspace = true