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