Skip to content

Commit

Permalink
Move info.toml to rustlings-macros/
Browse files Browse the repository at this point in the history
This improves the experience for contributors on Windows becuase
Windows can't deal with git symbolic links out of the box…
  • Loading branch information
mo8it committed May 12, 2024
1 parent d9df809 commit 11fda5d
Show file tree
Hide file tree
Showing 7 changed files with 1,295 additions and 1,292 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ include = [
"/src/",
"/exercises/",
"/solutions/",
"/info.toml",
# A symlink to be able to include `dev/Cargo.toml` although `dev` is excluded.
"/dev-Cargo.toml",
"/README.md",
Expand Down
Loading

0 comments on commit 11fda5d

Please sign in to comment.