[package]
edition = "2024"
name = "tg-rcore-tutorial-syscall"
version = "0.4.5"
authors = ["YdrMaster <ydrml@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System call definitions and interfaces for rCore tutorial OS."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial-syscall/tree/test"
documentation = "https://docs.rs/tg-rcore-tutorial-syscall"
readme = "README.md"
keywords = [
"rcore",
"syscall",
"no-std",
"riscv",
]
categories = [
"no-std",
"embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial-syscall"
[package.metadata.docs.rs]
targets = ["riscv64gc-unknown-none-elf"]
[features]
kernel = []
user = []
[lib]
name = "tg_rcore_tutorial_syscall"
path = "src/lib.rs"
[dependencies.bitflags]
version = "1.2"
[dependencies.spin]
version = "0.9"
[dependencies.tg-signal-defs]
version = "0.4.5"
package = "tg-rcore-tutorial-signal-defs"