Changed the anyrun-plugin dependency of the Websearch plugin to use a relative path

This fixes Nix builds, and makes the plugin follow the way the rest of the plugins already
define dependencies.
This commit is contained in:
Kirottu
2023-08-07 23:06:25 +03:00
parent 361267a555
commit e6129f6f84
2 changed files with 15 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
anyrun-plugin = { git = "https://github.com/Kirottu/anyrun" }
anyrun-plugin = { path = "../../anyrun-plugin" }
abi_stable = "0.11.1"
urlencoding = "2.1.3"
ron = "0.8.0"