[package]
edition = "2024"
name = "tg-rcore-tutorial-task-manage"
version = "0.4.8"
authors = ["zflcs <zhaofangliang@foxmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task and process management for rCore tutorial OS, including scheduling and relationships."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial-task-manage/tree/test"
documentation = "https://docs.rs/tg-rcore-tutorial-task-manage"
readme = "README.md"
keywords = [
"rcore",
"task",
"scheduler",
"riscv",
]
categories = [
"no-std",
"embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial-task-manage"
[features]
proc = []
thread = []
[lib]
name = "tg_rcore_tutorial_task_manage"
path = "src/lib.rs"