project_init 2.0.2

Initialize projects from a template. Fast
Documentation
1
2
3
4
5
6
7
8
9
10
license = "BSD3"
with_readme = true

[files]
directories = ["src"]
templates = ["Cargo.toml","src/lib.rs"]

[config]
version = "0.1.0"
version_control = "git"