Added config option overrides to args

This commit is contained in:
Kirottu
2023-06-19 16:40:31 +03:00
parent 8da0ec5ff7
commit eeb151a542
9 changed files with 83 additions and 26 deletions

View File

@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
abi_stable = "0.11.1"
anyrun-interface = { path = "../anyrun-interface" }
anyrun-plugin-macros = { path = "../anyrun-plugin-macros" }
anyrun-macros = { path = "../anyrun-macros" }

View File

@@ -6,7 +6,7 @@ on what each of these should be is found in their respective attribute macros.
!*/
pub use anyrun_interface::{self, HandleResult, Match, PluginInfo};
pub use anyrun_plugin_macros::*;
pub use anyrun_macros::{get_matches, handler, info, init};
/*
The macro to create a plugin, handles asynchronous execution of getting the matches and the boilerplate