watch mode

This commit is contained in:
Robin Appelman 2025-10-13 18:21:10 +02:00
commit 7500d6ccf4
6 changed files with 452 additions and 151 deletions

View file

@ -3,14 +3,18 @@ name = "galton"
description = "Sort your incoming files"
version = "0.1.0"
edition = "2024"
rust-version = "1.85.0"
[dependencies]
home = "0.5.11"
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
xattr = "1.6.1"
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"
regex = "1.12.1"
thiserror = "2.0.17"
clap = { version = "4.5.48", features = ["derive"] }
main_error = "0.1.2"
main_error = "0.1.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
notify-debouncer-full = "0.6.0"
ctrlc = "3.5.0"