Browse Source

feat(boxing_todo): add dependencies to subject

pull/2160/head
nprimo 9 months ago committed by Niccolò Primo
parent
commit
4ed9030f1c
  1. 4
      subjects/boxing_todo/README.md

4
subjects/boxing_todo/README.md

@ -42,6 +42,10 @@ In the **lib** file you will have to implement a **function** called `get_todo`
Basically it must parse and read the JSON file and return the `TodoList` if everything is fine, otherwise it returns the error.
### Dependencies
[json = "0.12.4"](https://docs.rs/json/0.12.4/json/)
### Expected Functions
For **err.rs**

Loading…
Cancel
Save