refactor(turborepo): Two binaries (#3189)
Because of golang/go#13492, we cannot use Go as a shared library that we
link to Rust. Instead we are now building the Go code as a separate
binary that is executed by the Rust one.
Co-authored-by: Greg Soltis <greg.soltis@vercel.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Greg Soltis <greg@goldfiglabs.com>
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>