Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Plugins should be able to self disclaim metadata #10618

Open
FabianLars opened this issue Aug 14, 2024 · 0 comments
Open

[feat] Plugins should be able to self disclaim metadata #10618

FabianLars opened this issue Aug 14, 2024 · 0 comments

Comments

@FabianLars
Copy link
Member

Describe the problem

#10596 made me remember this idea we've had. Right now we hard code all the information about plugins in the cli but it'd be better if we could store it on the plugin side instead. Useful for example if a mobile only plugin adds support for desktop at a later date.

Describe the solution you'd like

Maybeeee a metadata config in the plugin's Cargo.toml file.

Alternatives considered

Simply not doing this because http requests are always a point of failure (most often because of firewalls/proxies)

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant