refactor: restructure project into a workspace by introducing a plugin API crate and modularizing individual plugin definitions.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"engine_version": "0.3.0",
|
||||
"plugins": [
|
||||
{ "id": "ffmpeg-audio", "package": "convertis-ffmpeg-audio" },
|
||||
{ "id": "ffmpeg-video", "package": "convertis-ffmpeg-video" },
|
||||
{ "id": "ffmpeg-video-to-frames", "package": "convertis-ffmpeg-video-to-frames" },
|
||||
{ "id": "ffmpeg-frames-to-video", "package": "convertis-ffmpeg-frames-to-video" },
|
||||
{ "id": "native-image", "package": "convertis-native-image" },
|
||||
{ "id": "image-ascii", "package": "convertis-image-ascii" },
|
||||
{ "id": "html", "package": "convertis-html" },
|
||||
{ "id": "imagemagick", "package": "convertis-imagemagick" },
|
||||
{ "id": "graphicsmagick", "package": "convertis-graphicsmagick" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user