Bunch of changes, like a lot
This commit is contained in:
+2
-11
@@ -2,15 +2,7 @@
|
||||
members = [
|
||||
".",
|
||||
"crates/convertis-plugin-api",
|
||||
"plugins/ffmpeg-audio",
|
||||
"plugins/ffmpeg-video",
|
||||
"plugins/ffmpeg-video-to-frames",
|
||||
"plugins/ffmpeg-frames-to-video",
|
||||
"plugins/native-image",
|
||||
"plugins/image-ascii",
|
||||
"plugins/html",
|
||||
"plugins/imagemagick",
|
||||
"plugins/graphicsmagick",
|
||||
"plugins/*",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
@@ -22,7 +14,7 @@ license = "GPL-3.0-only"
|
||||
repository = "https://git.ewenlau.net/ewenlau/convertis"
|
||||
|
||||
[workspace.dependencies]
|
||||
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=0.3.0-dev" }
|
||||
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=2.0.0" }
|
||||
base64 = "0.22"
|
||||
image = "0.25.10"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
@@ -55,7 +47,6 @@ gif = "0.14"
|
||||
libloading = "0.8"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
semver = "1"
|
||||
tempfile.workspace = true
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
|
||||
Reference in New Issue
Block a user