15 lines
304 B
TOML
Raw Normal View History

2022-10-14 22:28:27 +02:00
[package]
name = "update-projects"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-25 22:16:08 +00:00
clap = { version = "4.5.4", features = ["derive"] }
2024-01-31 17:10:45 +00:00
eyre = "0.6.12"
2022-12-15 15:12:27 +00:00
jwalk = "0.8.1"
2024-03-23 02:10:16 +00:00
regex = "1.10.4"
2024-03-01 19:01:12 +00:00
walkdir = "2.5.0"
2022-10-14 23:50:17 +02:00