make-fabric-mod 0.1.1

Scaffolding tool for creating Fabric mods in Java and Kotlin
[dependencies.clap]
features = ["derive"]
version = "4.0.18"

[dependencies.crossterm]
version = "0.25.0"

[dependencies.serde_json]
version = "1.0.87"
[dev-dependencies.rstest]
version = "0.15.0"

[dev-dependencies.tempfile]
version = "3.3.0"

[package]
categories = ["development-tools", "games"]
description = "Scaffolding tool for creating Fabric mods in Java and Kotlin"
edition = "2021"
keywords = ["fabric", "minecraft", "mod", "scaffolding", "cli"]
license-file = "LICENSE"
name = "make-fabric-mod"
readme = "readme.md"
repository = "https://github.com/clabe45/make-fabric-mod"
version = "0.1.1"