mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
Exclude images to reduce crate by 3MB (#1316)
Maybe there are more candidates for exclusion, but 'images/' seemed obviously unnecessary. Something I started realizing lately is that cargo puts most of the root directory into the crate archive, causing huge crates to appear on crates.io. Now that I am in China, I do seem to notice every kilobyte.
This commit is contained in:
parent
0bbd12e37f
commit
1fa21ff056
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ default-run = "nu"
|
||||||
repository = "https://github.com/nushell/nushell"
|
repository = "https://github.com/nushell/nushell"
|
||||||
homepage = "https://www.nushell.sh"
|
homepage = "https://www.nushell.sh"
|
||||||
documentation = "https://www.nushell.sh/book/"
|
documentation = "https://www.nushell.sh/book/"
|
||||||
|
exclude = ["images"]
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue