forked from extern/nushell
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
@ -10,6 +10,7 @@ default-run = "nu"
|
||||
repository = "https://github.com/nushell/nushell"
|
||||
homepage = "https://www.nushell.sh"
|
||||
documentation = "https://www.nushell.sh/book/"
|
||||
exclude = ["images"]
|
||||
|
||||
[workspace]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user