mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-31 10:05:48 +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"
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
exclude = ["/tools", ".github/", "release.sh"]
|
||||
exclude = ["/tools", ".github/", "release.sh", "/content"]
|
||||
|
||||
[dependencies]
|
||||
tokio-rustls = "0.22.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue