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

Cargo support PoC #157

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2023

  1. WIP cargo (rust) support

    bruno-fs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    dca245a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509f0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7954d View commit details
    Browse the repository at this point in the history
  4. add comments to case-study

    bruno-fs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c1b3940 View commit details
    Browse the repository at this point in the history
  5. Post review improvements

    - save crates to the correct deps/cargo path.
    - add .cargo/config.toml as project file
    - format crates as a folder with sha's for compatibility with cargo
      vendor (and thus removing the need to use crates indexes)
    bruno-fs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    246a2d8 View commit details
    Browse the repository at this point in the history
  6. adjust code to latest cachi2

    bruno-fs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    920e7ef View commit details
    Browse the repository at this point in the history