first commit

This commit is contained in:
aaron-jack-manning
2022-07-09 23:01:31 +10:00
commit ca2c349e4a
11 changed files with 572 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "up-api"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.11.11"
url = "2.2.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"