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

View File

@@ -0,0 +1,12 @@
[package]
name = "plugin-url"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "k-launcher-plugin-url"
path = "src/main.rs"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }