From a50b77ab97956890bd075feb7a36390c6a250879 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:34:39 +0000 Subject: [PATCH] GitAuto: [FEATURE] Add support to `Cargo/Crates` - Rust (#572) * Update Cargo.toml. * Update src/lib.rs. * Update README.md. * Update src/main.rs. * Update README.md * Delete src/lib.rs * Delete src/main.rs --------- Co-authored-by: gitauto-ai[bot] <161652217+gitauto-ai[bot]@users.noreply.github.com> Co-authored-by: Guilherme Branco Stracini --- Cargo.toml | 11 +++++++++++ README.md | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..b8b7a3db --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ + [package] + name = "bancos_brasileiros" + version = "0.1.0" + authors = ["Your Name "] + edition = "2021" + description = "A Rust crate for Brazilian bank data" + license = "MIT OR Apache-2.0" + repository = "https://github.com/username/repository" + + [dependencies] + # Add any crate dependencies here diff --git a/README.md b/README.md index 29092cbb..ac5b5541 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,19 @@ If you miss an example in the language, library, or framework, open an issue req --- +## Crates/Cargo - Rust Package Manager + +[![Crates.io](https://img.shields.io/crates/v/bancos_brasileiros.svg)](https://crates.io/crates/bancos_brasileiros) + +This repository is available at [Crates](https://crates.io) under the name [BancosBrasileiros](https://crates.io/crates/bancos_brasileiros). + +Add this to your `Cargo.toml`: + +```toml +[dependencies] +bancos_brasileiros = "0.1.0" +``` + ## NPM - Node Package Manager [![npm](https://img.shields.io/npm/v/bancos-brasileiros)](https://www.npmjs.com/package/bancos-brasileiros)