Skip to content

Gremious/script-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script-template

Simple template repository for creating projects you can both build as a standalone binary, or, run with rust-script or cargo-play.

Note that if you want to use the latter, you'll have to change the dependency format from

//! ```cargo
//! [dependencies]
//! structopt = "0.3"
//! log = "0.4"
//! simple_logger = "1.11"
//! ```

to

//# [dependencies]
//# structopt = "0.3"
//# log = "0.4"
//# simple_logger = "1.11"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages