yggdrasil/userspace/rsh/Cargo.toml

16 lines
246 B
TOML
Raw Normal View History

2024-10-31 13:14:07 +02:00
[package]
name = "rsh"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "rshd"
path = "src/rshd/main.rs"
[dependencies]
clap.workspace = true
libterm.workspace = true
thiserror.workspace = true
cross.workspace = true
bytemuck.workspace = true