Skip to content

Commit

Permalink
add link for Actix
Browse files Browse the repository at this point in the history
  • Loading branch information
Parry-97 committed Jul 9, 2023
1 parent a98ce7e commit f9438de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a CLI app for tracking the price of stocks. It uses the [Yahoo Finance A
- [Yahoo Finance API](https://docs.rs/yahoo_finance_api/latest/yahoo_finance_api/index.html) for getting the stock prices
- [Rustls](https://docs.rs/rustls/0.19.1/rustls/) for HTTPS requests
- [Tokio](https://docs.rs/tokio/1.9.0/tokio/) for async runtime
- [Actix]("https://actix.rs/") for actor system
- [Actix](https://actix.rs/) for actor system

The app is compiled using the 2018 edition of Rust.

Expand Down

0 comments on commit f9438de

Please sign in to comment.