mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
exclude content directory from cargo package
This commit is contained in:
parent
eb4beef096
commit
2550710e18
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/mbrubeck/agate"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
exclude = ["/tools", ".github/", "release.sh"]
|
exclude = ["/tools", ".github/", "release.sh", "/content"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-rustls = "0.22.0"
|
tokio-rustls = "0.22.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue