summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78ebb9c..b3bdaed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,12 +37,14 @@ keywords = [
"learning",
]
include = [
+ "/src/",
"/exercises/",
+ "/solutions/",
"/info.toml",
- "/LICENSE",
+ # A symlink to be able to include `dev/Cargo.toml` although `dev` is excluded.
+ "/dev-Cargo.toml",
"/README.md",
- "/solutions/",
- "/src/",
+ "/LICENSE",
]
[dependencies]