fix: workaround for cargo publish crapping out on .direnv

This commit is contained in:
Harsh Shandilya 2024-11-24 19:12:31 +05:30
parent e93a09e1b6
commit cac9b7b3ea

View file

@ -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"