just-the-code 1.0.0

A ripgrep preprocessor to remove comments and strings from code.
[dependencies.directories]
version = "5.0.1"

[dependencies.gumdrop]
version = "0.8.1"

[dependencies.indexmap]
features = ["serde"]
version = "2.2.3"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.197"

[dependencies.toml]
features = ["parse"]
version = "0.8.10"

[package]
authors = ["Shad Amethyst"]
description = "A ripgrep preprocessor to remove comments and strings from code."
edition = "2021"
exclude = ["/assets"]
keywords = ["ripgrep", "preprocessor"]
license = "MIT"
name = "just-the-code"
readme = "README.md"
repository = "https://github.com/adri326/just-the-code/"
version = "1.0.0"