Pure-Rust asynchronous SSH library, both client and server
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "rust-pijul";
  buildInputs = [ libsodium pkg-config openssl ];
}