Add stock market calendar
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -32,6 +32,13 @@ time = { version = "0.3.27", features = [
|
||||
"serde",
|
||||
] }
|
||||
futures-util = "0.3.28"
|
||||
reqwest = { version = "0.11.20", features = ["json", "serde_json"] }
|
||||
tokio-tungstenite = { version = "0.20.0", features = ["tokio-native-tls", "native-tls"] }
|
||||
reqwest = { version = "0.11.20", features = [
|
||||
"json",
|
||||
"serde_json",
|
||||
] }
|
||||
tokio-tungstenite = { version = "0.20.0", features = [
|
||||
"tokio-native-tls",
|
||||
"native-tls",
|
||||
] }
|
||||
http = "0.2.9"
|
||||
governor = "0.6.0"
|
||||
|
Reference in New Issue
Block a user