summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-16 03:56:08 +0200
committermo8it <mo8it@proton.me>2024-04-16 03:56:08 +0200
commitf9be652b3b84dfa16265ec5804c267c66d381da5 (patch)
tree147294266bd064dd8dce6eff2164d58c5dd3abdd /Cargo.toml
parent932f6b53a911cd549195be306fcbd65f5770f9d5 (diff)
Ready to publish
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
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"