feat: add plugin-url for URL handling and open in browser functionality

This commit is contained in:
2026-03-15 19:08:38 +01:00
parent d1479f41d2
commit 4283460c82
5 changed files with 157 additions and 0 deletions

8
Cargo.lock generated
View File

@@ -3352,6 +3352,14 @@ dependencies = [
"tokio",
]
[[package]]
name = "plugin-url"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "png"
version = "0.17.16"