asterinas/osdk/test-kernel/Cargo.toml

15 lines
548 B
TOML

[package]
name = "osdk-test-kernel"
version = "0.9.0"
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.9.0", path = "../../ostd" }
owo-colors = "4.0.0"
unwinding = { version = "0.2.2", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] }