summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 01:25:38 +0200
committermo8it <mo8it@proton.me>2024-05-13 01:25:38 +0200
commit11fda5d70f568e0f528d91dd573447719abe05f4 (patch)
tree683a2d1a8f807ea40908ef6c7a61c962e71d1d8b /Cargo.toml
parentd9df809838191962a82e98ff01aaaa73950ba670 (diff)
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…
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc10d02..f2015cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",