update-projects.nvim/Cargo.toml

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]
2023-12-04 19:29:32 +01:00
clap = { version = "4.4.11", features = ["derive"] }
2023-11-17 18:29:35 +01:00
eyre = "0.6.9"
2022-12-15 16:12:27 +01:00
jwalk = "0.8.1"
2023-10-16 17:29:12 +02:00
regex = "1.10.2"
2023-09-05 16:30:01 +02:00
walkdir = "2.4.0"
2022-10-14 23:50:17 +02:00