From 9233c481d61271ee24b97fcb1820b459810e074c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 25 Mar 2023 17:36:26 +0100 Subject: build: add description & license fields to macros Cargo.toml --- macros/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4617a25..1914482 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "ridicule-macros" version = "0.2.0" +license = "MIT OR Apache-2.0" +description = "Macros for Ridicule, a mocking library supporting non-static function generics" edition = "2021" [lib] -- cgit v1.2.3-18-g5258