mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 12:26:11 +00:00
Initialize project
This commit is contained in:
1133
Cargo.lock
generated
Normal file
1133
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user