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" }