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

Add .resources dir to all crates in workspace #501

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Commits on Aug 20, 2024

  1. chore: Add .resources dir to all crates in ws

    In order to publish the crates individually, we need to attach our
    resources to them. Currently this is mostly the proto files and the
    tls (nobody) certificates.
    
    This commit also adds `sync-files` to the root Makefile for ease of use.
    
    Signed-off-by: Peter Neuroth <[email protected]>
    nepet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b762c8b View commit details
    Browse the repository at this point in the history
  2. chore: Add convenience targets to Makefiles

    Adds some rust (cargo) convenience targets to the Makefiles, this allows
    to run clippy on `check` targets. This may help us to address clippy
    hints in the future.
    
    Signed-off-by: Peter Neuroth <[email protected]>
    nepet committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5725a73 View commit details
    Browse the repository at this point in the history