[package] name = "scakit" version = "0.1.3" edition = "2021" authors = ["Liou "] description = "A modern project scaffolding tool" license = "MIT" homepage = "https://github.com/liou666/scakit" repository = "https://github.com/liou666/scakit" [dependencies] inquire = "0.6" thiserror = "1.0" colored = "2.0" include_dir = "0.7.3" [[bin]] name = "scakit" path = "src/main.rs" [[bin]] name = "skt" path = "src/main.rs"