[package] name = "projecta" version = "0.2.0" edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/Tommypop2/projection" homepage = "https://github.com/Tommypop2/projection" description = "Easily scaffold new projects from custom templates" exclude = ["install.bat"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "pj" path = "src/main.rs" [dependencies] clap = { version = "4.4.17", features = ["derive"] } fs_extra = "1.3.0" simple-home-dir = "0.3.3"