From 5cd468dc8ca567c76a1683351fc1e43c7db3e9ae Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 21 Jan 2025 12:21:20 +0000 Subject: [PATCH] fix: add license file path to bundler Cargo.toml --- bundler/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index b735ee5..16f2a66 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -2,6 +2,7 @@ name = "bundler" version = "0.1.0" edition = "2021" +license-file = "../LICENSE" [dependencies] anyhow = { version = "1.0.95" }