exclude aux/ when packaging

master
Edward Shen 2019-12-29 00:16:41 -05:00
parent 5a122371da
commit cf85a6494a
Signed by: edward
GPG Key ID: F350507060ED6C90
1 changed files with 1 additions and 0 deletions

View File

@ -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"