0.1.3 new repo location
This commit is contained in:
parent
11de1e7256
commit
fc3c041e0c
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
4
Cargo.toml
Normal file → Executable file
4
Cargo.toml
Normal file → Executable 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
0
LICENSE-APACHE
Normal file → Executable file
0
LICENSE-MIT
Normal file → Executable file
0
LICENSE-MIT
Normal file → Executable file
0
src/lib.rs
Normal file → Executable file
0
src/lib.rs
Normal file → Executable file
0
src/v1/accounts.rs
Normal file → Executable file
0
src/v1/accounts.rs
Normal file → Executable file
0
src/v1/categories.rs
Normal file → Executable file
0
src/v1/categories.rs
Normal file → Executable file
0
src/v1/error.rs
Normal file → Executable file
0
src/v1/error.rs
Normal file → Executable file
0
src/v1/macros.rs
Normal file → Executable file
0
src/v1/macros.rs
Normal file → Executable file
0
src/v1/mod.rs
Normal file → Executable file
0
src/v1/mod.rs
Normal file → Executable file
0
src/v1/standard.rs
Normal file → Executable file
0
src/v1/standard.rs
Normal file → Executable file
0
src/v1/tags.rs
Normal file → Executable file
0
src/v1/tags.rs
Normal file → Executable file
0
src/v1/transactions.rs
Normal file → Executable file
0
src/v1/transactions.rs
Normal file → Executable file
0
src/v1/utilities.rs
Normal file → Executable file
0
src/v1/utilities.rs
Normal file → Executable file
0
src/v1/webhooks.rs
Normal file → Executable file
0
src/v1/webhooks.rs
Normal file → Executable file
Loading…
Reference in New Issue
Block a user