From 4a18f35e0faed7f0da3d77ba328765890ce92ada Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Thu, 10 Apr 2025 13:08:17 -0400 Subject: [PATCH] Expand Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e114f01..0e99780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "anchor-coverage" version = "0.1.0" +authors = ["Samuel Moelius "] +description = "A wrapper around `anchor test` for computing test coverage" edition = "2024" +license = "AGPL-3.0" +repository = "https://github.com/trailofbits/anchor-coverage" [dependencies] addr2line = "0.24"