Separate crates for server and client binaries #1

Merged
shimun merged 28 commits from split_components into master 2023-07-09 19:27:21 +02:00
Showing only changes of commit ec22911428 - Show all commits

View File

@ -91,7 +91,7 @@
rustc --version
printf "\nbuild inputs: ${pkgs.lib.concatStringsSep ", " (map (bi: bi.name) (buildInputs ++ nativeBuildInputs))}"
function server() {
cargo watch -x "run --all-features -- server ''${@}"
cargo watch -x "run --bin ssh-cert-dist-server --all-features -- ''${@}"
}
'';
};