Files
anyrun/Cargo.toml
T
Kirottu 8e5bff9e91 Switched to using proc macros for the anyrun_plugin crate
This allows for plugins to decide on whether or not a mutable borrow or
a normal borrow is needed of the shared data. It can also now be omitted
alltogether.
2023-05-01 11:15:02 +03:00

16 lines
292 B
TOML

[workspace]
members = [
"anyrun",
"anyrun-plugin",
"anyrun-plugin-macros",
"anyrun-interface",
"plugins/applications",
"plugins/symbols",
"plugins/rink",
"plugins/shell",
"plugins/kidex",
"plugins/translate",
"plugins/randr",
"plugins/stdin",
"plugins/dictionary",
]