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

Extract extensions into crates #19

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. Extract extensions into crates

    Previously, this repository contained one crate with all extension
    definitions and the backend implementation.  This is problematic if
    semantic versioning is used as a breaking change in the backend or in a
    single extension would also affect all users of any other extension.
    
    This patch moves the extensions into separate crates that can be
    versioned independently so that clients only have to depend on the
    extension crates they really need.
    
    Fixes: trussed-dev#3
    robin-nitrokey committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    06bf42c View commit details
    Browse the repository at this point in the history