update-projects.nvim/Cargo.toml
Kasper Juul Hermansen 6beb11866b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate regex to 1.10.3
2024-01-21 14:59:29 +00:00

15 lines
305 B
TOML

[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]
clap = { version = "4.4.18", features = ["derive"] }
eyre = "0.6.11"
jwalk = "0.8.1"
regex = "1.10.3"
walkdir = "2.4.0"