Update README.md

This commit is contained in:
Víctor Martínez 2021-07-29 22:28:51 +02:00 committed by GitHub
parent 5ebb84a070
commit eebd24ff64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# Transactions processor
> Process CSV data representing account transactions and display the accounts data
## Dependencies
- **tokio && tokio_stream**: Async runtime that allows us to solve the problem