[package]
name = "bare-test"
version = "0.0.2"
authors = ["Zhourui <zrufo747@outlook.com>"]
edition = "2021"
repository = "https://github.com/qclic/sparreal-os/tree/main/crates/bare-test"
license = "MPL-2.0"
description = "A test framework for bare metal."
keywords = ["test", "case", "testing", "testcase", "unittest"]
categories = ["development-tools", "development-tools::testing"]
[dependencies]
sparreal-rt = { version = "0.0.1", path = "../sparreal-rt", no-default-features = true }
log = { version = "0.4", features = ["max_level_error"] }