mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
More cleanup (#2)
* Make functions take references, moved user agent into lib * Improved error handling
This commit is contained in:
parent
412a8ffa52
commit
8a7a87824f
10 changed files with 152 additions and 119 deletions
|
@ -12,5 +12,8 @@ version = "0.0.0"
|
|||
|
||||
[dependencies]
|
||||
reqwest = "^0.11"
|
||||
url = "^2.2"
|
||||
serde = {version = "^1.0", features = ["derive"]}
|
||||
serde_json = "^1.0"
|
||||
|
||||
thiserror = "^1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue