From cf85a6494a6e2f2e018ac7fda7021ab83b583b24 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sun, 29 Dec 2019 00:16:41 -0500 Subject: [PATCH] exclude aux/ when packaging --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 876d261..9517b8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Re-implementation of bunny1 in Rust" license = "AGPL-3.0" readme = "README.md" repository = "https://github.com/edward-shen/bunbun" +exclude = ["/aux/"] [dependencies] actix-web = "2.0"