From cac9b7b3ea1ae7b459dd2c762bd4fc3cc32567a8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 24 Nov 2024 19:12:31 +0530 Subject: [PATCH] fix: workaround for `cargo publish` crapping out on `.direnv` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67e9ac7..aceaea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/msfjarvis/gitice" license = "MIT/Apache-2.0" keywords = ["git", "snapshot", "backup", "restore"] readme = "README.md" -include = ["src/**/*", "LICENSE-*", "README.md"] +include = ["src/**/*", "/LICENSE-*", "/README.md"] [package.metadata.wix] upgrade-guid = "90907703-6CAD-4F13-AB11-D03BF51966EC"