Bunch of changes, like a lot
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
[package]
|
||||
name = "convertis-ffmpeg-audio"
|
||||
build = "../../plugin-build.rs"
|
||||
version.workspace = true
|
||||
version = "0.1.0"
|
||||
description = "FFmpeg audio plugin for Convertis"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[package.metadata.convertis]
|
||||
id = "ffmpeg-audio"
|
||||
api-version = 2
|
||||
debian-dependencies = ["ffmpeg"]
|
||||
rpm-dependencies = ["/usr/bin/ffmpeg", "/usr/bin/ffprobe"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user