Files
anyrun/Cargo.toml

19 lines
324 B
TOML
Raw Permalink Normal View History

2022-12-29 23:56:32 +02:00
[workspace]
2024-10-31 23:25:08 +03:00
resolver = "2"
2022-12-29 23:56:32 +02:00
members = [
"anyrun",
"anyrun-plugin",
2023-06-19 16:40:31 +03:00
"anyrun-macros",
2022-12-29 23:56:32 +02:00
"anyrun-interface",
"plugins/applications",
2022-12-31 12:51:46 +02:00
"plugins/symbols",
"plugins/rink",
2022-12-31 21:29:03 +02:00
"plugins/shell",
2023-04-05 21:00:13 +03:00
"plugins/kidex",
2023-01-03 10:04:12 +02:00
"plugins/translate",
2023-04-24 08:20:30 +03:00
"plugins/randr",
2023-04-27 16:22:18 +03:00
"plugins/stdin",
"plugins/dictionary",
2023-08-07 15:49:33 +02:00
"plugins/websearch",
]