Modified parse function
- Rewrite parse fucntion. - Implement Error handling using derive_error crate. - Create new RaPostItems to store items related to post.
This commit is contained in:
@@ -8,7 +8,9 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
||||
derive-error = "0.0.5"
|
||||
reqwest = "0.11.*"
|
||||
chrono = "0.4.*"
|
||||
json = "0.12.*"
|
||||
tokio = { version = "1.3.*", features = ["full"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user