[package]
authors = ["michael hertsens <michael.hertsens@student.odisee.be>"]
description = "A small Rust development tool, to make a modules and submodules and to write the dependencies in the main rust file."
edition = "2018"
homepage = "https://github.com/mich2000/module_generator"
keywords = ["cli", "rust-tool"]
license = "MIT OR Apache-2.0"
name = "module_generator"
readme = "README.md"
repository = "https://github.com/mich2000/module_generator"
version = "0.2.3"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"