chmp / cargo-wop

Run cargo on Rust source files without setting up a project
MIT License
1 stars 1 forks source link

Add command to write the Cargo.toml to the local directory #4

Closed chmp closed 4 years ago

chmp commented 4 years ago

Usage:

> cargo wop create my-script.rs
> ls 
Cargo.toml my-script.rs

Todo: Is create really a good name for the command?