16 lines
246 B
TOML
16 lines
246 B
TOML
|
[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
|