licenses, publish fields in toml, version handling

This commit is contained in:
aaron-jack-manning
2022-07-10 11:32:41 +10:00
parent ca2c349e4a
commit 134dd74c31
13 changed files with 274 additions and 46 deletions

View File

@ -2,6 +2,10 @@
name = "up-api"
version = "0.1.0"
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"
[dependencies]
reqwest = "0.11.11"