elixir-cloud-aai / ga4gh-sdk

Generic SDK and CLI for GA4GH API services
Apache License 2.0
13 stars 2 forks source link

chore: add Rust build system #28

Closed aaravm closed 3 months ago

aaravm commented 4 months ago

Summary by Sourcery

This pull request introduces a Rust build system by adding the cargo.toml file and a rustfmt.toml configuration file with specific directory ignore rules.

sourcery-ai[bot] commented 4 months ago

Reviewer's Guide by Sourcery

This pull request introduces the initial setup for the Rust build system. It includes the addition of the cargo.toml file to manage project dependencies and metadata, as well as the rustfmt.toml file to configure code formatting rules, with specific directories set to be ignored.

File-Level Changes

Files Changes
cargo.toml
rustfmt.toml
Introduced initial configuration files for the Rust build system, including project dependencies and formatting rules.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.