asterinas/osdk/test-kernel/Cargo.toml

14 lines
403 B
TOML
Raw Normal View History

[package]
name = "osdk-test-kernel"
2024-12-30 06:39:28 +00:00
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]
2024-12-30 06:39:28 +00:00
ostd = { version = "0.11.1", path = "../../ostd" }
owo-colors = "4.0.0"