don't push media files to crates.io

This commit is contained in:
Djkáťo 2024-04-19 22:03:47 +02:00
parent fcce5bd593
commit 74c41ab9e4

View file

@ -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*