update-projects.nvim/Cargo.toml

15 lines
302 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-03-29 21:27:52 +02:00
clap = { version = "4.2.1", features = ["derive"] }
2022-10-14 22:28:27 +02:00
eyre = "0.6.8"
2022-12-15 16:12:27 +01:00
jwalk = "0.8.1"
2023-03-28 20:25:25 +02:00
regex = "1.7.3"
2023-03-16 22:39:50 +01:00
walkdir = "2.3.3"
2022-10-14 23:50:17 +02:00