Rename package from macrosynergy_dataquery to msyrs; update dependencies in Cargo files

This commit is contained in:
Palash Tyagi
2024-11-08 09:48:56 +00:00
parent 9c56839b9e
commit 944fee4545
3 changed files with 20 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
// use log;
use macrosynergy_dataquery::oauth_client::OAuthClient;
use macrosynergy_dataquery::requester;
use macrosynergy_dataquery::requester::*;
use macrosynergy_dataquery::timeseries::JPMaQSIndicator;
// use macrosynergy_dataquery::timeseries::*;
use msyrs::oauth_client::OAuthClient;
use msyrs::requester;
use msyrs::requester::*;
use msyrs::timeseries::JPMaQSIndicator;
// use msyrs::timeseries::*;
use rand::seq::SliceRandom;
// use std::collections::HashSet;
// use dotenv::dotenv;