[package] name = "kmmp-generator" version = "0.1.0" description = "kmmp-generator allows one to automate the setup of Kotlin Multiplatform Mobile (KMM) projects. Simplify the creation of KMM projects by generating project structures, managing configurations, handling dependencies, and providing customizable code templates." license = "MIT" documentation = "https://docs.rs/kmmp-generator" repository = "https://github.com/Deaths-Door/kmmp-generator" homepage = "https://github.com/Deaths-Door/kmmp-generator" [lib] name = "kmmp_generator" path = "src\\lib\\mod.rs" [dependencies] kmmp-structure = "0.1.1"