You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Absolutely! Would you like to create cargo-dybuk project, or just boulder dybuk as is and rename the binary to cargo-dybuk from this repo? (Haven't tested the latter, but I'm assuming it'd work just fine).
The second would unfortunately not work, since dybuk is mainly targeting rust but also supports other languages, as such you have to pipe the output of rustc (cargo) through dybuk... Will write a wrapper doing this (cargo dybuk).
I wrote https://github.com/ticki/dybuk a while ago, which essentially clean up errors. And I thought this project was a nice collection of cargo tools.
Is there any possibility of adding
cargo dybuk
for directly piping the output through dybuk?The text was updated successfully, but these errors were encountered: