asterinas/ostd/libs/ostd-test/Cargo.toml

13 lines
330 B
TOML
Raw Normal View History

2023-11-04 08:41:30 +00:00
[package]
name = "ostd-test"
2023-11-04 08:41:30 +00:00
version = "0.1.0"
edition = "2021"
description = "The kernel mode testing framework of OSTD"
license = "MPL-2.0"
repository ="https://github.com/asterinas/asterinas"
2023-11-04 08:41:30 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
owo-colors = "3.5.0"