katac 0.1.4

A simple command-line application to streamline the process of practicing coding katas
Documentation
[[bin]]
name = "katac"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dependencies.env_logger]
version = "0.11.0"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.include_dir]
version = "0.7"

[dependencies.inquire]
version = "0.7"

[dependencies.log]
version = "0.4.20"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.toml]
version = "0.8.8"

[dev-dependencies.assert_cmd]
version = "2.0.13"

[dev-dependencies.clippy]
version = "0.0.302"

[dev-dependencies.rustfmt]
version = "0.10.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A simple command-line application to streamline the process of practicing coding katas"
edition = "2021"
homepage = "https://github.com/aldevv/katac"
keywords = ["kata", "coding", "practice", "cli"]
license = "MIT OR Apache-2.0"
name = "katac"
readme = "README.md"
repository = "https://github.com/aldevv/katac"
version = "0.1.4"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"