From ccfe3d79f1aaae649518c0725d81339f2d42d87e Mon Sep 17 00:00:00 2001 From: ohuu Date: Tue, 27 Aug 2024 00:54:34 +0100 Subject: [PATCH] used LICENSE file for publishing to crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8ae73a..7ebcaf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "William Kimbell ", ] description = "Cardamon is a tool to help development teams measure the power consumption and carbon emissions of their software." -license = "Polyform Shield v1.0" +license-file = "LICENSE" repository = "https://github.com/Root-Branch/cardamon" documentation = "https://docs.rs/cardamon" homepage = "https://github.com/Root-Branch/cardamon"