[package] name = "latexclean" version = "0.1.0" edition = "2021" authors = ["Soutrik Bandyopadhyay"] license = "MIT" readme = "README.md" repository = "https://github.com/SoutrikBandyopadhyay/latexclean" documentation = "https://github.com/SoutrikBandyopadhyay/latexclean" homepage = "https://github.com/SoutrikBandyopadhyay/latexclean" description = """ A command line application to remove auxiliary files generated by LaTeX tools """ keywords = ["latex","clean","latex_clean"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] walkdir = "2" clap = { version = "3.1.6", features = ["derive"] }