tg-rcore-tutorial 0.4.2-preview.6

Componentized rCore tutorial workspace bundle for OS teaching experiments.
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"
version = "0.4.2-preview.6"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    ".gitignore",
    "src/**",
    "bundle/tg-rcore-tutorial.tar.gz",
    "scripts/extract_workspace.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Componentized rCore tutorial workspace bundle for OS teaching experiments."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial"
documentation = "https://docs.rs/tg-rcore-tutorial"
readme = "README.md"
keywords = [
    "rcore",
    "os",
    "riscv",
    "tutorial",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial"
resolver = "2"

[lib]
name = "tg_rcore_tutorial"
path = "src/lib.rs"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"