Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jun 15, 2022
0 parents commit d56cc8c
Show file tree
Hide file tree
Showing 6 changed files with 617 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
323 changes: 323 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "cargo-vendor-filterer"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0"
categories = ["development-tools::cargo-plugins", "command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
camino = "1.0"
clap = { version = "3.2", features = ["derive"] }
cargo_metadata = "0.11.3"
Loading

0 comments on commit d56cc8c

Please sign in to comment.