From 2550710e18a5c6440aeee3ead2f8e70c15da04ab Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 6 Feb 2021 11:02:53 +0100 Subject: [PATCH] exclude content directory from cargo package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd27ed5..2e0d69d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/mbrubeck/agate" readme = "README.md" license = "MIT/Apache-2.0" edition = "2018" -exclude = ["/tools", ".github/", "release.sh"] +exclude = ["/tools", ".github/", "release.sh", "/content"] [dependencies] tokio-rustls = "0.22.0"