Is it possible to run command (e.g. cargo tree) in rust-script script project directory ?
Otherwise, could support for it be added?
(sometimes running commands inside project directory is very helpful, e.g. for debugging, and having convenient way to run them, or to jump there => e.g. rust-script to print directory path, so one could do cd "$(rust-script --project-dir script.ers) could be very handy!