file_monitor/Cargo.toml

20 lines
548 B
TOML
Raw Permalink Normal View History

2025-03-17 11:35:37 -04:00
[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"] }
chrono = "0.4.40"
notify = "8.0.0"
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "io-std", "fs", "signal", "sync"] }
2025-03-20 02:18:30 -04:00
console-subscriber = "0.4.1"
home = "0.5.11"