Files
convertis/plugins/native-image/Cargo.toml
T
Elias Wendland 96ffe372ba
Release / check-release (push) Successful in 22s
Release / build (push) Skipped
Release / package (deb) (push) Skipped
Release / package (rpm) (push) Skipped
Release / publish (push) Skipped
Plugin Releases / detect (push) Successful in 1m37s
CI / test (push) Successful in 1m59s
Plugin Releases / build-package-publish (push) Failing after 1m27s
chore: bump plugin versions to 0.1.1 and fix JSON object key access in CI scripts
2026-07-17 19:09:04 +02:00

21 lines
426 B
TOML

[package]
name = "convertis-native-image"
build = "../../plugin-build.rs"
version = "0.1.1"
description = "Native common-image plugin for Convertis"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[package.metadata.convertis]
id = "native-image"
api-version = 2
[lib]
crate-type = ["cdylib"]
[dependencies]
convertis-plugin-api.workspace = true
image.workspace = true