srcpack 0.1.0

A fast CLI tool to pack source code into a zip file, respecting `.gitignore`.
Documentation
[[bin]]
name = "srcpack"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.zip]
version = "0.6"

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

[package]
authors = ["SurKaa <surkaa67@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "compression"]
description = "A fast CLI tool to pack source code into a zip file, respecting `.gitignore`."
edition = "2024"
keywords = ["zip", "backup", "gitignore", "cli", "archiver"]
license = "MIT"
name = "srcpack"
readme = "README.md"
repository = "https://github.com/surkaa/srcpack"
version = "0.1.0"