tg-arceos-tutorial 0.2.0

Meta crate bundle for ArceOS tutorial apps, with offline archive and extract scripts.
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-arceos-tutorial"
version = "0.2.0"
authors = ["LearningOS Team"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "bundle/apps.tar.gz",
    "scripts/crates.txt",
    "scripts/compress_crates.sh",
    "scripts/extract_crates.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meta crate bundle for ArceOS tutorial apps, with offline archive and extract scripts."
homepage = "https://github.com/rcore-os/tg-arceos-tutorial"
documentation = "https://docs.rs/tg-arceos-tutorial"
readme = "README.md"
keywords = [
    "arceos",
    "os",
    "tutorial",
    "bundle",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-arceos-tutorial"

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