mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
watch mode
This commit is contained in:
parent
5083cd1591
commit
7500d6ccf4
6 changed files with 452 additions and 151 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue