exclude aux/ when packaging
This commit is contained in:
parent
5a122371da
commit
cf85a6494a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ description = "Re-implementation of bunny1 in Rust"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/edward-shen/bunbun"
|
repository = "https://github.com/edward-shen/bunbun"
|
||||||
|
exclude = ["/aux/"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "2.0"
|
actix-web = "2.0"
|
||||||
|
|
Loading…
Reference in a new issue