From 328eb61f6041ba54de8fe7af89ca455a97851fb4 Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Wed, 17 Apr 2024 13:28:49 +0530 Subject: [PATCH] [Cargo] Disable crate publishing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4c6e6ef..a5cc3f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Mahesh Bandara Wijerathna "] license = "MIT" repository = "https://github.com/m4heshd/ufc-ripper" edition = "2021" +publish = false [[bin]] name = "ufc-ripper"