summaryrefslogtreecommitdiff
path: root/rustlings-macros/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 19:54:03 +0200
committermo8it <mo8it@proton.me>2024-04-25 19:54:03 +0200
commit8d45cdb09df7fbff117b91f500ccf82980732a47 (patch)
treed7dcacc2cd54d5e424093233b96c8e141cda42e7 /rustlings-macros/Cargo.toml
parenta4e623ea94757d976ec38a5a771ea07e64e9105e (diff)
Fix missing info.toml in the macros crate
Diffstat (limited to 'rustlings-macros/Cargo.toml')
-rw-r--r--rustlings-macros/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml
index f9aba66..20d6776 100644
--- a/rustlings-macros/Cargo.toml
+++ b/rustlings-macros/Cargo.toml
@@ -6,6 +6,10 @@ authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
+include = [
+ "/src/",
+ "/info.toml",
+]
[lib]
proc-macro = true
@@ -14,6 +18,3 @@ proc-macro = true
quote = "1.0.36"
serde.workspace = true
toml_edit.workspace = true
-
-[package.metadata.release]
-verify = false