From 2ca8017deebe7bfe5aac368aead777a2c4910ca2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 13 Mar 2023 23:45:46 +0100 Subject: build: add license, description & repository fields to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fc4fb8d..da8de9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "ridicule" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "Rust mocking library supporting non-static function generics" +repository = "https://git.hampusmat.com/ridicule" [dependencies] paste = "1.0.12" -- cgit v1.2.3-18-g5258