Update metadata in Cargo.toml

This commit is contained in:
FreezyLemon 2024-04-08 19:56:52 +02:00 committed by Josh Holmer
parent e7901750b4
commit 3a9f4584a0
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,6 @@
[package] [package]
name = "ffmpeg-the-third" name = "ffmpeg-the-third"
version = "1.3.0+ffmpeg-6.1" version = "1.3.0+ffmpeg-6.1"
build = "build.rs"
edition = "2021" edition = "2021"
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"] authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
@ -11,10 +10,12 @@ description = "Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate
documentation = "https://docs.rs/ffmpeg-the-third" documentation = "https://docs.rs/ffmpeg-the-third"
homepage = "https://github.com/shssoichiro/ffmpeg-the-third" homepage = "https://github.com/shssoichiro/ffmpeg-the-third"
repository = "https://github.com/shssoichiro/ffmpeg-the-third" repository = "https://github.com/shssoichiro/ffmpeg-the-third"
readme = "README.md"
keywords = ["ffmpeg", "multimedia", "video", "audio"] keywords = ["ffmpeg", "multimedia", "video", "audio"]
categories = ["multimedia"] categories = ["multimedia"]
# Exclude CI scripts etc. from package
exclude = [".github"]
# When changing MSRV: Also update build.yml and README.md # When changing MSRV: Also update build.yml and README.md
rust-version = "1.61.0" rust-version = "1.61.0"

View File

@ -1,7 +1,6 @@
[package] [package]
name = "ffmpeg-sys-the-third" name = "ffmpeg-sys-the-third"
version = "1.2.0+ffmpeg-6.1" version = "1.2.0+ffmpeg-6.1"
build = "build.rs"
links = "ffmpeg" links = "ffmpeg"
edition = "2021" edition = "2021"
@ -15,6 +14,7 @@ license = "WTFPL"
description = "FFI bindings to FFmpeg" description = "FFI bindings to FFmpeg"
repository = "https://github.com/shssoichiro/ffmpeg-the-third" repository = "https://github.com/shssoichiro/ffmpeg-the-third"
keywords = ["audio", "video"] keywords = ["audio", "video"]
categories = ["multimedia", "external-ffi-bindings"]
# When changing MSRV: Also update build.yml and README.md # When changing MSRV: Also update build.yml and README.md
rust-version = "1.61.0" rust-version = "1.61.0"