mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
Cargo.toml: add excludes
This commit is contained in:
parent
b0ad1d8765
commit
14e57d2085
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
readme.workspace = true
|
readme.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
exclude = [
|
||||||
|
"/.github/",
|
||||||
|
"/docs/",
|
||||||
|
"/viewer/",
|
||||||
|
"/resource/",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.68"
|
||||||
|
|
Loading…
Add table
Reference in a new issue