don't push media files to crates.io
This commit is contained in:
parent
fcce5bd593
commit
74c41ab9e4
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ repository = "https://github.com/djkato/n-mb"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["media", "ffmpeg", "cli"]
|
keywords = ["media", "ffmpeg", "cli"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
exclude = ["*.mp4", "*.mp3", "*.jpg", "*.ogg", "*.webp", "*.webm"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
|
@ -35,4 +36,4 @@ opt-level = 'z' # Optimize for size
|
||||||
lto = true # Enable link-time optimization
|
lto = true # Enable link-time optimization
|
||||||
codegen-units = 1 # Reduce number of codegen units to increase optimizations
|
codegen-units = 1 # Reduce number of codegen units to increase optimizations
|
||||||
panic = 'abort' # Abort on panic
|
panic = 'abort' # Abort on panic
|
||||||
strip = true # Strip symbols from binary*
|
# strip = true # Strip symbols from binary*
|
||||||
|
|
Loading…
Reference in a new issue