update-projects.nvim/Cargo.toml
Kasper Juul Hermansen 771a087ff6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate clap to 4.0.31
2022-12-22 18:55:20 +00:00

15 lines
303 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.0.31", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.7.0"
walkdir = "2.3.2"