Files
convertis/plugins/image-ascii/Cargo.toml
T
Elias Wendland 46cacdcabc
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
chore: bump plugin versions to 0.1.2 and refactor CI workflow to use sequential plugin processing
2026-07-17 19:18:30 +02:00

21 lines
419 B
TOML

[package]
name = "convertis-image-ascii"
build = "../../plugin-build.rs"
version = "0.1.2"
description = "Image-to-ASCII plugin for Convertis"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[package.metadata.convertis]
id = "image-ascii"
api-version = 2
[lib]
crate-type = ["cdylib"]
[dependencies]
convertis-plugin-api.workspace = true
image.workspace = true