summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml9
2 files changed, 10 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index defdacd..65d2216 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,7 +678,7 @@ dependencies = [
[[package]]
name = "rustlings"
-version = "6.0.0"
+version = "6.0.0-alpha.0"
dependencies = [
"anyhow",
"assert_cmd",
@@ -696,7 +696,7 @@ dependencies = [
[[package]]
name = "rustlings-macros"
-version = "6.0.0"
+version = "6.0.0-alpha.0"
dependencies = [
"quote",
]
diff --git a/Cargo.toml b/Cargo.toml
index 81e91ad..06fbbf7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,13 @@ version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
+include = [
+ "/exercises/",
+ "/info.toml",
+ "/LICENSE",
+ "/README.md",
+ "/src/",
+]
[dependencies]
anyhow.workspace = true
@@ -41,7 +48,7 @@ crossterm = "0.27.0"
hashbrown = "0.14.3"
notify-debouncer-mini = "0.4.1"
ratatui = "0.26.2"
-rustlings-macros = "6.0.0-alpha.0"
+rustlings-macros = { path = "rustlings-macros", version = "6.0.0-alpha.0" }
serde.workspace = true
toml_edit.workspace = true
which = "6.0.1"