52d70d99c4
- Rewrite parse fucntion. - Implement Error handling using derive_error crate. - Create new RaPostItems to store items related to post.
17 lines
356 B
TOML
17 lines
356 B
TOML
[package]
|
|
name = "rapr"
|
|
version = "0.1.0"
|
|
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
derive-error = "0.0.5"
|
|
reqwest = "0.11.*"
|
|
chrono = "0.4.*"
|
|
json = "0.12.*"
|
|
tokio = { version = "1.3.*", features = ["full"] }
|
|
|