mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 10:24:07 +02:00
initial rule matching
This commit is contained in:
parent
67f2fca6f5
commit
6d8b8d363e
7 changed files with 1067 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,6 +1,16 @@
|
|||
[package]
|
||||
name = "galton"
|
||||
description = "Sort your incoming files"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue