diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-25 17:36:26 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-25 17:36:26 +0100 |
commit | 9233c481d61271ee24b97fcb1820b459810e074c (patch) | |
tree | 66e0b4cfdce5557e3cd1e7660b81960e4b146561 /macros | |
parent | 8928993d330482d164ae5403d7861fbb68252de4 (diff) |
build: add description & license fields to macros Cargo.tomlv0.2.0
Diffstat (limited to 'macros')
-rw-r--r-- | macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |