osdk-test-kernel 0.11.1

The OSTD-based kernel for running unit tests with OSDK.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "osdk-test-kernel"
version = "0.11.1"
edition = "2021"
description = "The OSTD-based kernel for running unit tests with OSDK."
license = "MPL-2.0"
repository ="https://github.com/asterinas/asterinas"

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

[dependencies]
ostd = { version = "0.11.1", path = "../../ostd" }
owo-colors = "4.0.0"