These providers are now built into owlry-core >= 1.2.0. The plugins are retired — transitional AUR packages redirect to owlry-core.
29 lines
667 B
TOML
29 lines
667 B
TOML
[workspace]
|
|
members = [
|
|
"crates/owlry-plugin-bookmarks",
|
|
"crates/owlry-plugin-clipboard",
|
|
"crates/owlry-plugin-emoji",
|
|
"crates/owlry-plugin-filesearch",
|
|
"crates/owlry-plugin-media",
|
|
"crates/owlry-plugin-pomodoro",
|
|
"crates/owlry-plugin-scripts",
|
|
"crates/owlry-plugin-ssh",
|
|
"crates/owlry-plugin-systemd",
|
|
"crates/owlry-plugin-weather",
|
|
"crates/owlry-plugin-websearch",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2024"
|
|
rust-version = "1.90"
|
|
license = "GPL-3.0-or-later"
|
|
repository = "https://somegit.dev/Owlibou/owlry-plugins"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true
|
|
opt-level = "z"
|