From ecf3a5d549e1665e3d830a4dd87e094e86d1aeec Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 25 Jul 2023 16:25:00 +0200 Subject: [PATCH] Add name of LICENSE file in Cargo.toml Signed-off-by: Lee Smet --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 42e18db..3eaaa30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "mycelium" version = "0.1.0" edition = "2021" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html