[package] name = "file_checker" version = "0.3.1" edition = "2021" authors = ["Florian Stasse "] description = "A tool to check that files and directories follow a given pattern" readme = "README.md" license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.6", features = ["derive"] } regex = "1.7.1" thiserror = "1.0.38" toml = "0.7.2"