agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 2550710e18a5c6440aeee3ead2f8e70c15da04ab
parent eb4beef09633701791c66b609a2f5982e17cd901
Author: Johann150 <johann.galle@protonmail.com>
Date:   Sat,  6 Feb 2021 11:02:53 +0100

exclude content directory from cargo package

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"