{ mkShell, rust-app, rust-bin }:
mkShell {
name = "Rust Rivers";
inputsFrom = [ rust-app ];
buildInputs = [
rust-bin.stable.latest.default
];
}