summaryrefslogtreecommitdiff
path: root/src/bin/butckrepo-guide.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-07 19:37:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-07 19:37:52 +0800
commit9e7c0fd45e169929156bdb317b10d7bb3db65f8b (patch)
tree94c1e0e6cafe996b7b7da8dfd6e1ff1a04539cda /src/bin/butckrepo-guide.rs
parent22926ce29e3f8e040ec349401aeb6a77f32eae72 (diff)
Add callback support to chunk_stream_with and implement stream writing
Diffstat (limited to 'src/bin/butckrepo-guide.rs')
-rw-r--r--src/bin/butckrepo-guide.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/bin/butckrepo-guide.rs b/src/bin/butckrepo-guide.rs
deleted file mode 100644
index d694ba5..0000000
--- a/src/bin/butckrepo-guide.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-use colored::Colorize;
-
-fn main() {
- println!("Welcome to Butchunker!");
- println!(
- "Please add your policy crates to the `{}` directory",
- "./policy/".bright_green()
- );
- println!(
- "Then run `{}` to update the policy registry",
- "cargo run --bin butckrepo-refresh".bright_green()
- );
-}