just pipe a rust file to the CLI tool and it'll run it in a temporary directory
to add dependencies we use "//+ {dependency}" syntax so for example
//+ display_plus = "*"
//+ colourful = { git = "https://github.com/rookieCookies/colourful
fn main() { .. }