summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-13 23:45:46 +0100
committerHampusM <hampus@hampusmat.com>2023-03-13 23:45:46 +0100
commit2ca8017deebe7bfe5aac368aead777a2c4910ca2 (patch)
tree48b6c8a2a598d71683a8baac5f8f8aab35c20539 /Cargo.toml
parentf46a9d7c241b0603a855fca9e67358b2349fd8f0 (diff)
build: add license, description & repository fields to Cargo.tomlv0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"