General Cleanup (#1)

- Split large lib-file into smaller files
- Renamed getters to follow rust naming convention
- Pretty debug print in examples
- No hardcoded dependency versions in lib
This commit is contained in:
Schmiddiii 2021-10-04 17:32:57 +02:00 committed by GitHub
parent 125fdee6c2
commit 412a8ffa52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 310 additions and 314 deletions

View file

@ -11,6 +11,6 @@ version = "0.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.4"
serde = {version = "1.0.130", features = ["derive"]}
serde_json = "1.0.68"
reqwest = "^0.11"
serde = {version = "^1.0", features = ["derive"]}
serde_json = "^1.0"