[features]
proc = []
thread = []
[lib]
name = "tg_task_manage"
path = "src/lib.rs"
[package]
authors = ["zflcs <zhaofangliang@foxmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded"]
description = "Task and process management for rCore tutorial OS, including scheduling and relationships."
documentation = "https://docs.rs/tg-task-manage"
edition = "2021"
keywords = ["rcore", "task", "scheduler", "riscv"]
license = "MIT OR Apache-2.0"
name = "tg-task-manage"
readme = "README.md"
repository = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
version = "0.1.0-preview.1"