aboutsummaryrefslogtreecommitdiffstats
path: root/cargo-vendor-filterer/README
diff options
context:
space:
mode:
Diffstat (limited to 'cargo-vendor-filterer/README')
-rw-r--r--cargo-vendor-filterer/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/cargo-vendor-filterer/README b/cargo-vendor-filterer/README
deleted file mode 100644
index db6af5c..0000000
--- a/cargo-vendor-filterer/README
+++ /dev/null
@@ -1,14 +0,0 @@
-cargo-vendor-filterer (Vendor rust libraries based on filters)
-
-cargo-vendor-filterer works like "cargo vendor", but supports filters
-that allow excluding libraries one isn't interested in, like
-libraries only needed on other platforms, etc.
-
-NOTE:
-I've included a "cargo-mkvendored.sh" script to generate filtered
-vendored sources for a rust or python/rust slackbuild. It needs to be
-run from within a slackbuild directory.
-
-This is the SlackBuilds.org package; it builds and runs on Slackware
--current with the system Rust toolchain (rust-opt is only required on
--stable, whose system Rust is too old).