Files
riscv64-kernel/user/test_pic/Cargo.toml
2026-03-20 09:47:32 +01:00

11 lines
252 B
TOML

[package]
name = "test_pic"
version = "0.1.0"
edition = "2024"
[dependencies]
# std = { path = "../../crates/std" }
shared = { path = "../../crates/shared", features = ["user"] }
io = { path = "../../crates/io" }
bffs = { path = "../../crates/bffs" }