Small readme fix

This commit is contained in:
IndyV 2022-11-01 23:09:21 +01:00
parent 0c13bb1659
commit f10d07a87f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ I used https://transform.tools/json-to-rust-serde as a reference for the JSON st
#### Crates used
- `eyre`: For simple error reporting
- `tokyo` & `futures`: For writing async Rust
- `serde` & `serde_json`: For JSON parsing
- `serde` & `serde_json`: For (JSON) Serialization/Deserialization
- `clap`: For CLI parsing
- `reqwest`: For HTTP requests
- `ansi_term`: For colored output