[package] name = "file_monitor" version = "0.0.0" edition = "2021" description = "Rust challenge" repository = "/myrddin/file_monitor" authors = ["CyberMages LLC ", "Jason Travis Smith "] readme = "README.md" license-file = "LICENSE.md" [dependencies] clap = { version = "4.5.32", features = ["derive"] } notify = "8.0.0"