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

Packaging Crates #391

Merged
merged 3 commits into from
Apr 10, 2024
Merged

Packaging Crates #391

merged 3 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. Make: Add submodules to Crates

    Relates to #378. but doesn't fix it
    ashvardanian committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    86a8d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a47e5b View commit details
    Browse the repository at this point in the history
  3. Make: Package submodules without Cargo.toml

    This is not the cleanest solution, but it is the simplest one.
    Using Cargo workspaces didn't work, nor did Cargo-deps,
    and "include" and "exclude" commands with `!` prefixes.
    
    Closes #378
    
    Co-authored-by: Tyler Rockwood <rockwotj@users.noreply.github.com>
    ashvardanian and rockwotj committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    facb5dc View commit details
    Browse the repository at this point in the history