fix: allow crate to be published

This commit is contained in:
Harsh Shandilya 2023-05-11 13:54:19 +05:30
parent fff052af4d
commit 795611a1d6
No known key found for this signature in database

View file

@ -10,7 +10,6 @@ license = "MIT/Apache-2.0"
keywords = ["git", "snapshot", "backup", "restore"] keywords = ["git", "snapshot", "backup", "restore"]
readme = "README.md" readme = "README.md"
include = ["src/**/*", "LICENSE-*", "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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html