file_monitor/Cargo.toml
Myrddin Dundragon a90917caea The program will read the desired arguments.
Using the Clap repo, we are able to get the programs desired arguments.
For this program this consists simply of an inbox directory.
2025-03-17 14:52:45 -04:00

16 lines
378 B
TOML

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