2024-08-13 14:51:27 +00:00
|
|
|
[package]
|
|
|
|
|
name = "osdk-test-kernel"
|
2024-12-26 09:43:57 +00:00
|
|
|
version = "0.11.0"
|
2024-08-13 14:51:27 +00:00
|
|
|
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-26 09:43:57 +00:00
|
|
|
ostd = { version = "0.11.0", path = "../../ostd" }
|
2024-08-13 14:51:27 +00:00
|
|
|
owo-colors = "4.0.0"
|