set `include` in Cargo.toml
This commit is contained in:
parent
a926ebb0d2
commit
ffe33b36e5
|
@ -1 +0,0 @@
|
||||||
.gitignore
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue