Release / check-release (push) Successful in 18s
Release / build (push) Skipped
Release / package (deb) (push) Skipped
Release / package (rpm) (push) Skipped
Release / publish (push) Skipped
CI / test (push) Successful in 1m38s
Plugin Releases / build-package-publish (push) Failing after 4m59s
22 lines
478 B
TOML
22 lines
478 B
TOML
[package]
|
|
name = "convertis-graphicsmagick"
|
|
build = "../../plugin-build.rs"
|
|
version = "0.1.2"
|
|
description = "GraphicsMagick plugin for Convertis"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[package.metadata.convertis]
|
|
id = "graphicsmagick"
|
|
api-version = 2
|
|
debian-dependencies = ["graphicsmagick"]
|
|
rpm-dependencies = ["/usr/bin/gm"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
convertis-plugin-api.workspace = true
|