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