[package]
edition = "2024"
name = "mdpack"
version = "0.1.2"
authors = ["Alex Younger <thealexyounger@proton.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pack codebases into Markdown bundles and expand them back into files."
readme = "README.md"
license = "MIT"
repository = "https://github.com/AlextheYounga/mdpack"
[lib]
name = "mdpack"
path = "src/lib.rs"
[[bin]]
name = "mdpack"
path = "src/main.rs"
[[test]]
name = "api_test"
path = "tests/api_test.rs"
[dependencies.clap]
version = "4.5.32"
features = ["derive"]
[dependencies.ignore]
version = "0.4.23"