[[bin]]
name = "fcom"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5.17"
[package]
authors = ["Pablo Carrera <pabloce@poscye.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A Rust CLI tool that processes folders and files, combining their contents into a single output file."
edition = "2021"
keywords = ["cli", "files", "combine", "folder"]
license = "MIT"
name = "fcom"
readme = "README.md"
repository = "https://github.com/pabl-o-ce/fcom"
version = "0.1.1"