From 3a9f4584a0f24b63695008aa3ff3ab49e6ad0d67 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Mon, 8 Apr 2024 19:56:52 +0200 Subject: [PATCH] Update metadata in Cargo.toml --- Cargo.toml | 5 +++-- ffmpeg-sys-the-third/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb302a..5810940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ffmpeg-the-third" version = "1.3.0+ffmpeg-6.1" -build = "build.rs" edition = "2021" authors = ["meh. ", "Zhiming Wang "] @@ -11,10 +10,12 @@ description = "Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate documentation = "https://docs.rs/ffmpeg-the-third" homepage = "https://github.com/shssoichiro/ffmpeg-the-third" repository = "https://github.com/shssoichiro/ffmpeg-the-third" -readme = "README.md" keywords = ["ffmpeg", "multimedia", "video", "audio"] categories = ["multimedia"] +# Exclude CI scripts etc. from package +exclude = [".github"] + # When changing MSRV: Also update build.yml and README.md rust-version = "1.61.0" diff --git a/ffmpeg-sys-the-third/Cargo.toml b/ffmpeg-sys-the-third/Cargo.toml index 6951f67..3b4d285 100644 --- a/ffmpeg-sys-the-third/Cargo.toml +++ b/ffmpeg-sys-the-third/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ffmpeg-sys-the-third" version = "1.2.0+ffmpeg-6.1" -build = "build.rs" links = "ffmpeg" edition = "2021" @@ -15,6 +14,7 @@ license = "WTFPL" description = "FFI bindings to FFmpeg" repository = "https://github.com/shssoichiro/ffmpeg-the-third" keywords = ["audio", "video"] +categories = ["multimedia", "external-ffi-bindings"] # When changing MSRV: Also update build.yml and README.md rust-version = "1.61.0"