From 32414e044c51ae1e67e02a675e94815712e49991 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 28 Jul 2021 23:02:13 +0200 Subject: [PATCH] Include LICENSE file in published crates --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2edf6df..78aea8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license = "MIT" include = [ "**/*.rs", "Cargo.toml", + "LICENSE", ]