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"