Closed aaravm closed 3 months ago
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.
Files | Changes |
---|---|
cargo.toml rustfmt.toml |
Introduced initial configuration files for the Rust build system, including project dependencies and formatting rules. |
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.