set `include` in Cargo.toml

This commit is contained in:
iliana etaoin 2023-04-05 20:16:12 -07:00
parent a926ebb0d2
commit ffe33b36e5
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
.gitignore

View File

@ -7,6 +7,7 @@ description = "Shows custom emoji for Mastodon/Pleroma instances"
homepage = "https://emojos.in" homepage = "https://emojos.in"
repository = "https://github.com/iliana/emojos.in" repository = "https://github.com/iliana/emojos.in"
publish = false publish = false
include = ["/build.rs", "/src", "/static", "/templates", "/LICENSE", ".gitignore"]
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"