gitingesters 0.1.0

A secure Rust CLI wrapper for gitingest local Docker workflow
[[bin]]
name = "gitingesters"
path = "src/main.rs"

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

[package]
authors = ["Aleksandar Ignjatijevic <a.ignjatijevic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A secure Rust CLI wrapper for gitingest local Docker workflow"
edition = "2021"
exclude = ["target/", "digest.txt", "Dockerfile.gitingesters", "*.log"]
homepage = "https://github.com/oakenknight/gitingest-sandbox"
keywords = ["gitingest", "docker", "cli", "security", "git"]
license = "MIT"
name = "gitingesters"
readme = "README.md"
repository = "https://github.com/oakenknight/gitingest-sandbox"
version = "0.1.0"