tg-rcore-tutorial-multi-processor-framework-wzy 0.1.0-preview.1

Framework crate for rCore Tutorial OS with SMP support.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"