Files
riscv64-kernel/user/shell/Cargo.toml
2026-03-17 18:29:00 +01:00

8 lines
112 B
TOML

[package]
name = "shell"
version = "0.1.0"
edition = "2024"
[dependencies]
std = { path = "../../crates/std" }