mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 11:04:21 +00:00
Specify exclude
in Cargo.toml
This commit is contained in:
parent
268e20d886
commit
36121190a0
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ keywords = [
|
||||||
categories = [
|
categories = [
|
||||||
"games",
|
"games",
|
||||||
]
|
]
|
||||||
|
exclude = [
|
||||||
|
"/.idea",
|
||||||
|
"/.media",
|
||||||
|
"/.env"
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
|
|
Loading…
Reference in a new issue