[package]
edition = "2024"
name = "tg-rcore-tutorial-multi-processor-framework-wzy"
version = "0.1.0-preview.1"
authors = ["Ziyan Wang <charliewang.cpp@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework crate for rCore Tutorial OS with SMP support."
homepage = "https://github.com/CharlieVinnie/tg-rcore-tutorial/tree/smp"
readme = false
keywords = [
"ai",
"ai4ose",
"kernel",
"learning",
"os",
]
categories = [
"no-std",
"embedded",
]
license = "GPL-3.0"
repository = "https://github.com/CharlieVinnie/tg-rcore-tutorial"
[lib]
name = "tg_rcore_tutorial_multi_processor_framework_wzy"
path = "src/lib.rs"
[dependencies.tg-sbi]
version = "0.1.0-preview.1"
features = ["nobios"]
package = "tg-rcore-tutorial-multi-processor-sbi-wzy"