Skip to content

Commit

Permalink
data processing with Actix Actors
Browse files Browse the repository at this point in the history
  • Loading branch information
Parry-97 committed Jul 9, 2023
1 parent 3899fb4 commit 8de75ec
Show file tree
Hide file tree
Showing 7 changed files with 1,432 additions and 53 deletions.
215 changes: 208 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ version = "0.1.0"
chrono = { version = "0.4", features = ["serde"] }
clap = {version = "3.1.8", features = ["derive"]}
yahoo_finance_api = { version = "1.1" }
tokio = { version = "1", features= ["full"]}
tokio = { version = "1.29", features= ["full"]}
time = { version="0.3" }
async-trait = { version = "0.1" }
actix = "0.11"
actix-rt = "2.2"
Loading

0 comments on commit 8de75ec

Please sign in to comment.