From 795611a1d61225b449d840f342395b60ee4ff7ad Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 May 2023 13:54:19 +0530 Subject: [PATCH] fix: allow crate to be published --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c39fa1..ae11d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ license = "MIT/Apache-2.0" keywords = ["git", "snapshot", "backup", "restore"] readme = "README.md" include = ["src/**/*", "LICENSE-*", "README.md"] -publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html