diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml index 79279f57..095deaa3 100644 --- a/rustlings-macros/Cargo.toml +++ b/rustlings-macros/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rustlings-macros" +description = "A macros crate intended to be only used by rustlings" version.workspace = true authors.workspace = true license.workspace = true