From 619b11ac6367d2ef7cd2d96c8fded98baa0a88a8 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Thu, 17 Oct 2024 15:43:58 -0400 Subject: [PATCH] Add fields to Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e12a276..2eabb0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "cargo-line-test" version = "0.1.0" +authors = ["Samuel Moelius "] +description = "Run tests by the lines they exercise" edition = "2021" +license = "AGPL-3.0" +repository = "https://github.com/trailofbits/cargo-line-test" [dependencies] anyhow = "1.0"