From 2666bc0edb4fed0e75bbeec1b9eddb7e8c8f02f6 Mon Sep 17 00:00:00 2001 From: Be Date: Wed, 12 Feb 2025 00:21:48 -0600 Subject: [PATCH] add publish = false for example crate to ensure it doesn't get published --- bisync_example/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bisync_example/Cargo.toml b/bisync_example/Cargo.toml index 1f3318c..6ce2b00 100644 --- a/bisync_example/Cargo.toml +++ b/bisync_example/Cargo.toml @@ -2,6 +2,7 @@ name = "bisync_example" version = "0.2.0" edition = "2021" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html