Skip to content

Commit

Permalink
fix: add license file path to bundler Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 21, 2025
1 parent 4229405 commit 5cd468d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "bundler"
version = "0.1.0"
edition = "2021"
license-file = "../LICENSE"

[dependencies]
anyhow = { version = "1.0.95" }
Expand Down

0 comments on commit 5cd468d

Please sign in to comment.