[package]
name = "combine_code"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
description = "CLI tool to merge source files by extension while respecting .gitignore rules"
readme = "README.md"
license = "MIT"
repository = "https://github.com/manishsingh10895/combine_code"
homepage = "https://github.com/manishsingh10895/combine_code"
documentation = "https://docs.rs/combine_code"
keywords = ["cli", "merge", "code", "gitignore", "developer-tools"]
categories = ["command-line-utilities", "filesystem"]
[dependencies]
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"
ignore = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
[dev-dependencies]
tempfile = "3.10"
assert_cmd = "2.0"
predicates = "3.1"