yggdrasil/userspace/rsh/Cargo.toml

20 lines
409 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]
libterm.workspace = true
cross.workspace = true
2024-11-02 01:00:42 +02:00
clap.workspace = true
thiserror.workspace = true
2024-10-31 13:14:07 +02:00
bytemuck.workspace = true
2024-11-02 01:00:42 +02:00
x25519-dalek.workspace = true
rand = { git = "https://git.alnyan.me/yggdrasil/rand.git", branch = "alnyan/yggdrasil-rng_core-0.6.4" }
aes = { version = "0.8.4" }