summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 19:58:55 +0200
committermo8it <mo8it@proton.me>2024-04-25 19:58:55 +0200
commit5920a58e83e1594d2a8e00ec39c82ab1d345eb3d (patch)
tree85f3ae541af5c4a6f6b73a12f3ac62eff0f2e12f /Cargo.toml
parentaaea5b490fabecbd1111a6ece6446fedfc9800f3 (diff)
Include dev/Cargo.toml
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]