up-api/Cargo.toml
Aaron Manning f1c7439eca 0.1.5
2025-04-28 15:36:48 +10:00

17 lines
417 B
TOML
Executable File

[package]
name = "up-api"
version = "0.1.5"
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://git.aaronmanning.net/aaronmanning/up-api"
[dependencies]
reqwest = "0.11.11"
url = "2.2.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
urlencoding = "2.1.3"
chrono = "0.4.39"