kata_machine 0.1.4

A quick way to generate a sandbox, start coding and easily test your katas across multiple languages
Documentation
[[bin]]
name = "kata_machine"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.163"

[dependencies.serde_json]
version = "1.0.96"

[lib]
path = "src/lib.rs"

[package]
authors = ["Poochy442"]
description = "A quick way to generate a sandbox, start coding and easily test your katas across multiple languages"
edition = "2021"
homepage = "https://github.com/poochy442/kata_machine"
license = "MIT"
name = "kata_machine"
readme = "README.md"
repository = "https://github.com/poochy442/kata_machine"
version = "0.1.4"

[package.metadata]
package-name = "kata_machine"