-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
62e531a
commit a50b77a
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters