feat: add plugin-url for URL handling and open in browser functionality
This commit is contained in:
12
crates/plugins/plugin-url/Cargo.toml
Normal file
12
crates/plugins/plugin-url/Cargo.toml
Normal 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 }
|
||||
Reference in New Issue
Block a user