Initial commit with barely working stuff

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:22:48 +05:30
commit 80d1bfa591
6 changed files with 180 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[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]
reqwest = "0.11.*"
chrono = "0.4.*"
json = "0.12.*"
tokio = { version = "1.3.*", features = ["full"] }