mirror of
https://codeberg.org/icewind/galton.git
synced 2026-06-03 18:34:08 +02:00
switch to xee-xpath
This commit is contained in:
parent
9146f9deeb
commit
b42653f43a
3 changed files with 1342 additions and 330 deletions
21
Cargo.toml
21
Cargo.toml
|
|
@ -9,20 +9,21 @@ rust-version = "1.85.0"
|
|||
home = "0.5.11"
|
||||
xattr = "1.6.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "0.9.8"
|
||||
regex = "1.12.1"
|
||||
toml = "0.9.10"
|
||||
regex = "1.12.2"
|
||||
thiserror = "2.0.17"
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
main_error = "0.1.2"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.20"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
notify-debouncer-full = "0.6.0"
|
||||
ctrlc = "3.5.0"
|
||||
sha2 = "0.11.0-rc.2"
|
||||
ctrlc = "3.5.1"
|
||||
sha2 = "0.11.0-rc.3"
|
||||
hex = "0.4.3"
|
||||
xrust = "1.3.0"
|
||||
xee-xpath = "0.1.5"
|
||||
xee-interpreter = "0.2.0"
|
||||
notify-rust = "4.11.7"
|
||||
open = "5.3.2"
|
||||
open = "5.3.3"
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
maplit = "1.0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue