Initialize project

This commit is contained in:
Palash Tyagi 2024-11-02 03:05:58 +00:00
parent 72ecd983ac
commit 3c5d4aa941
2 changed files with 1141 additions and 0 deletions

1133
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "macrosynergy_dataquery"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde_json = "1.0"