code_packager 0.1.0

A tool to package source code files into a single text file with syntax formatting
Documentation
[[bin]]
name = "code_packager"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.glob]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.3"

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

[package]
authors = ["YeMiancheng <ymc.github@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A tool to package source code files into a single text file with syntax formatting"
edition = "2021"
keywords = ["packager", "code", "cli", "utility", "source-code"]
license = "MIT OR Apache-2.0"
name = "code_packager"
readme = "README.md"
repository = "https://github.com/YeMiancheng/code_packager"
version = "0.1.0"