feat: implement protocol v2 for plugin system and add comprehensive tracing support
This commit is contained in:
+2
-1
@@ -22,7 +22,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" }
|
||||
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=0.3.0-dev" }
|
||||
base64 = "0.22"
|
||||
image = "0.25.10"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
@@ -55,6 +55,7 @@ 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