fix cargo publish

This commit is contained in:
zimbatm 2021-05-08 20:41:55 +02:00
parent 5f16a36e63
commit 5ce49c01f6
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -15,7 +15,13 @@ repository = "https://github.com/numtide/treefmt"
readme = "README.md"
keywords = ["formatting"]
categories = ["command-line-utilities", "development-tools"]
include = ["src/**/*", "/Cross.toml", "/LICENSE.md", "/README.md"]
include = [
"/Cross.toml",
"/LICENSE.md",
"/README.md",
"/benches/**/*",
"/src/**/*",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html