Closed as not planned
Description
I want to create a external cargo subcommand. I've checked few existing external subcommands and they are using cargo, but very old one. I have tried to find any information about how can I use the cargo crate for, for example, finding target
directory, but I was unable to find such information anywhere. After that I decided to find any information about the cargo
crate but I could not: it does not exist it seems.
A few questions:
- Why is it so?
- How to find any information about it then?