update-projects.nvim/Cargo.toml
Kasper Juul Hermansen a9b326bfdc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update Rust crate clap to 4.5.0
2024-02-08 17:37:29 +00:00

15 lines
304 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.5.0", features = ["derive"] }
eyre = "0.6.12"
jwalk = "0.8.1"
regex = "1.10.3"
walkdir = "2.4.0"