cargo-script
cargo-script copied to clipboard
Fix blocked stdout
fix #67
Currently, cargo_target_by_message calls wait on the child process before reading its stdout. This causes a deadlock.
Confirmed this fixes the problem; patch also looks good to me.