From 74c41ab9e4a6951ede772ba4d3e9a474d63e9036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Fri, 19 Apr 2024 22:03:47 +0200 Subject: [PATCH] don't push media files to crates.io --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f50e128..6a65b90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/djkato/n-mb" readme = "README.md" keywords = ["media", "ffmpeg", "cli"] categories = ["command-line-utilities"] +exclude = ["*.mp4", "*.mp3", "*.jpg", "*.ogg", "*.webp", "*.webm"] [dependencies] anyhow = "1.0.75" @@ -35,4 +36,4 @@ opt-level = 'z' # Optimize for size lto = true # Enable link-time optimization codegen-units = 1 # Reduce number of codegen units to increase optimizations panic = 'abort' # Abort on panic -strip = true # Strip symbols from binary* +# strip = true # Strip symbols from binary*