Skip to content

Commit

Permalink
GitAuto: [FEATURE] Add support to Cargo/Crates - Rust (#572)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
gitauto-ai[bot] and guibranco authored Jan 19, 2025
1 parent 62e531a commit a50b77a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "bancos_brasileiros"
version = "0.1.0"
authors = ["Your Name <[email protected]>"]
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a50b77a

Please sign in to comment.