From 51cce71d7b9723eaccce9c032fb147ca3810a872 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Sun, 14 Jan 2024 03:19:09 +0100 Subject: [PATCH] Setup CITATION.cff (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adds a basic setup for citation metadata powered by CITATION.cff, as discussed in #210. (Please note that any papers citing this project using these information are yet to be written. 😉) --- CITATION.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..10af12b3 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +abstract: Find inadequately-tested code that can be removed without any tests failing. +authors: + - alias: sourcefrog + family-names: Pool + given-names: Martin +cff-version: 1.2.0 +date-released: 2024-01-13 +keywords: + - Rust + - cargo + - coverage + - development-tools::testing + - mutants + - mutation-testing + - testing +license: MIT +message: Please cite this project using these information. +repository-code: https://github.com/sourcefrog/cargo-mutants +title: cargo-mutants +url: https://mutants.rs/ +version: 24.1.0