[package] name = "rsh" version = "0.1.0" edition = "2021" [[bin]] name = "rshd" path = "src/rshd/main.rs" [dependencies] libterm.workspace = true cross.workspace = true clap.workspace = true thiserror.workspace = true bytemuck.workspace = true 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" }