mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
13 lines
330 B
TOML
13 lines
330 B
TOML
[package]
|
|
name = "ostd-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "The kernel mode testing framework of OSTD"
|
|
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]
|
|
owo-colors = "3.5.0"
|