# cargo-dad Fix your cargo typos with dad jokes. `cargo-dad` replaces your typos when adding dependencies with dad jokes from the icanhazdadjoke API. Before cargo-dad: ``` $ cargo dad minreq error: no such command: `dad` Did you mean `add`? View all installed commands with `cargo --list` ``` After cargo-dad: ``` $ cargo dad minreq Do you know where you can get chicken broth in bulk? The stock market. ```