code-it-later-rs 0.10.0

Filter crumbs you left in comments of code to remind where you were
Documentation
[[bin]]
name = "codeitlater"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0"

[dependencies.log]
version = "0"

[dependencies.memmap2]
version = "0"

[dependencies.regex]
version = "1"

[dependencies.rustyline]
version = "9"

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

[dependencies.serde_json]
version = "1"

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

[package]
authors = ["ccQpein"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Filter crumbs you left in comments of code to remind where you were"
edition = "2024"
license = "MIT"
name = "code-it-later-rs"
readme = "README.md"
repository = "https://github.com/ccqpein/code-it-later-rs"
rust-version = "1.85"
version = "0.10.0"

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

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

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

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

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