0.1.3 new repo location

This commit is contained in:
Aaron Manning 2023-09-01 17:23:37 +10:00
parent 11de1e7256
commit fc3c041e0c
16 changed files with 2 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

4
Cargo.toml Normal file → Executable file
View File

@ -1,11 +1,11 @@
[package]
name = "up-api"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "A convenient and easy to use wrapper for the Up Bank API."
license = "MIT OR Apache-2.0"
authors = ["Aaron Manning"]
repository = "https://github.com/aaron-jack-manning/up-api"
repository = "https://git.aaronmanning.net/aaronmanning/up-api"
[dependencies]
reqwest = "0.11.11"

0
LICENSE-APACHE Normal file → Executable file
View File

0
LICENSE-MIT Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
src/lib.rs Normal file → Executable file
View File

0
src/v1/accounts.rs Normal file → Executable file
View File

0
src/v1/categories.rs Normal file → Executable file
View File

0
src/v1/error.rs Normal file → Executable file
View File

0
src/v1/macros.rs Normal file → Executable file
View File

0
src/v1/mod.rs Normal file → Executable file
View File

0
src/v1/standard.rs Normal file → Executable file
View File

0
src/v1/tags.rs Normal file → Executable file
View File

0
src/v1/transactions.rs Normal file → Executable file
View File

0
src/v1/utilities.rs Normal file → Executable file
View File

0
src/v1/webhooks.rs Normal file → Executable file
View File