Skip to content

Commit b93465a

Browse files
michel-slmnvzqz
authored andcommitted
macros: symlink license texts
The license files need to be included for distribution, but since divan and divan-macros share a repository they only end up published with the main `divan` crate. ``` divan/macros on  add-license [+] is 📦 v0.1.14 via 🦀 v1.76.0 ⬢ [fedora:39] ❯ cargo package --no-verify --allow-dirty Packaging divan-macros v0.1.14 (/home/michel/src/github/nvzqz/divan/macros) Packaged 7 files, 52.5KiB (14.7KiB compressed) divan/macros on  add-license [+] is 📦 v0.1.14 via 🦀 v1.76.0 ⬢ [fedora:39] ❯ tar tf ../target/package/divan-macros-0.1.14.crate | grep LICENSE divan-macros-0.1.14/LICENSE-APACHE divan-macros-0.1.14/LICENSE-MIT ``` Signed-off-by: Michel Lind <[email protected]>
1 parent 9ae8153 commit b93465a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: macros/LICENSE-APACHE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

Diff for: macros/LICENSE-MIT

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-MIT

0 commit comments

Comments
 (0)