up-api/Cargo.toml

15 lines
377 B
TOML
Raw Normal View History

2022-07-09 13:01:31 +00:00
[package]
name = "up-api"
2023-09-01 07:23:37 +00:00
version = "0.1.3"
2022-07-09 13:01:31 +00:00
edition = "2021"
2022-07-10 08:39:53 +00:00
description = "A convenient and easy to use wrapper for the Up Bank API."
license = "MIT OR Apache-2.0"
authors = ["Aaron Manning"]
2023-09-01 07:23:37 +00:00
repository = "https://git.aaronmanning.net/aaronmanning/up-api"
2022-07-09 13:01:31 +00:00
[dependencies]
reqwest = "0.11.11"
url = "2.2.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"