From f8979c766433a31b33f08e9f7c3c227944663f8c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 8 May 2023 18:42:18 -0700 Subject: [PATCH] Include license file in published crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a1126d278..3b3af073f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ license = "Apache-2.0" include = [ "src/**/*.rs", "Cargo.toml", + "LICENSE.TXT", ] edition = "2021"