Skip to content

Commit

Permalink
Merge pull request #139 from cgwalters/crate-include-licenses
Browse files Browse the repository at this point in the history
lib: Include license files when packaging
  • Loading branch information
jmarrero authored Oct 12, 2023
2 parents d059c4c + 3dc052c commit f9375f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ repository = "https://github.com/cgwalters/bootc"
version = "0.1.0"
rust-version = "1.64.0"

include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]

[dependencies]
anyhow = "1.0"
camino = { version = "1.0.4", features = ["serde1"] }
Expand Down
1 change: 1 addition & 0 deletions lib/LICENSE-APACHE
1 change: 1 addition & 0 deletions lib/LICENSE-MIT

0 comments on commit f9375f1

Please sign in to comment.