From b25fcbc1a746cb53f873da803e0ac3df3759447a Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Dec 2022 17:57:26 -0500 Subject: [PATCH] add lisence and description --- advent_of_code_macro/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/advent_of_code_macro/Cargo.toml b/advent_of_code_macro/Cargo.toml index 5ed9b32..0c2da3d 100644 --- a/advent_of_code_macro/Cargo.toml +++ b/advent_of_code_macro/Cargo.toml @@ -2,6 +2,8 @@ name = "advent_of_code_macro" version = "0.1.0" edition = "2021" +description = "An test generating macro for advent of code" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html