bancos-brasileiros 6.1.39 → 6.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,6 +100,19 @@ If you miss an example in the language, library, or framework, open an issue req
100
100
 
101
101
  ---
102
102
 
103
+ ## Crates/Cargo - Rust Package Manager
104
+
105
+ [![Crates.io](https://img.shields.io/crates/v/bancos_brasileiros.svg)](https://crates.io/crates/bancos_brasileiros)
106
+
107
+ This repository is available at [Crates](https://crates.io) under the name [BancosBrasileiros](https://crates.io/crates/bancos_brasileiros).
108
+
109
+ Add this to your `Cargo.toml`:
110
+
111
+ ```toml
112
+ [dependencies]
113
+ bancos_brasileiros = "0.1.0"
114
+ ```
115
+
103
116
  ## NPM - Node Package Manager
104
117
 
105
118
  [![npm](https://img.shields.io/npm/v/bancos-brasileiros)](https://www.npmjs.com/package/bancos-brasileiros)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bancos-brasileiros",
3
- "version": "6.1.39",
3
+ "version": "6.1.48",
4
4
  "description": "A list in various formats (CSVXML, JSON, Markdown, SQL, XML) of brazilian commercial banks",
5
5
  "main": "bancos.json",
6
6
  "scripts": {