Skip to content

Commit

Permalink
Three Actors implemented using xactor crate - it's async and it's s…
Browse files Browse the repository at this point in the history
…low (it works)
  • Loading branch information
ivanbgd committed Feb 29, 2024
1 parent d98fb04 commit d4f53a7
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 201 deletions.
116 changes: 46 additions & 70 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ keywords = ["finance", "fintech", "hft", "stock", "trading"]
categories = ["finance"]

[dependencies]
actix = { version = "0.13" }
actix-rt = { version = "2.9" }
#actix = { version = "0.13" }
#actix-rt = { version = "2.9" }
async-std = { version = "1.12", features = ["attributes", "tokio1", "unstable"] }
async-trait = "0.1"
clap = { version = "4.5.1", features = ["derive"] }
futures = { version = "0.3" }
time = { version = "0.3", features = ["formatting", "parsing"] }
xactor = "0.7"
yahoo_finance_api = { version = "2.1" }
Loading

0 comments on commit d4f53a7

Please sign in to comment.