rcore-learn/os/Cargo.toml
Tateisi 13e91ed735 ch2: Batch system
AppManager
2025-08-03 06:54:14 +08:00

9 lines
127 B
TOML

[package]
name = "os"
version = "0.1.0"
edition = "2021"
[dependencies]
lazy_static = "1.5.0"
log = "0.4.22"
sbi-rt = "0.0.3"