8e5bff9e91
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.
16 lines
292 B
TOML
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",
|
|
] |