Move info.toml to rustlings-macros/

This improves the experience for contributors on Windows becuase
Windows can't deal with git symbolic links out of the box…
This commit is contained in:
mo8it
2024-05-13 01:25:38 +02:00
parent d9df809838
commit 11fda5d70f
7 changed files with 1295 additions and 1292 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ Please be patient 😇
- Name the file `exercises/yourTopic/yourTopicN.rs`.
- Make sure to put in some helpful links, and link to sections of the book in `exercises/yourTopic/README.md`.
- Add a (possible) solution at `solutions/yourTopic/yourTopicN.rs` with comments and links explaining it.
- Add the [metadata for your exercise](#exercise-metadata) in the `info.toml` file.
- Add the [metadata for your exercise](#exercise-metadata) in the `rustlings-macros/info.toml` file.
- Make sure your exercise runs with `rustlings run yourTopicN`.
- [Open a pull request](#pull-requests).