Add glob support to pipelines
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- Cargo.lock 8 additions, 1 deletionCargo.lock
- Cargo.toml 2 additions, 1 deletionCargo.toml
- rustfmt.toml 1 addition, 1 deletionrustfmt.toml
- src/cli_args.rs 1 addition, 1 deletionsrc/cli_args.rs
- src/commands/pipeline.rs 207 additions, 163 deletionssrc/commands/pipeline.rs
[package] | ||
name = "crunch" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
edition = "2021" | ||
[dependencies] | ||
... | ... | @@ -18,3 +18,4 @@ thiserror = "1.0.30" |
serde = { version = "1.0.131", features = ["derive"] } | ||
toml = "0.5.9" | ||
serde_json = "1.0.81" | ||
glob = "0.3.0" |
Please register or sign in to comment