21 lines
426 B
TOML
21 lines
426 B
TOML
[package]
|
|
name = "convertis-native-image"
|
|
build = "../../plugin-build.rs"
|
|
version = "0.1.0"
|
|
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
|