jpeddicord/askalono

Please include the license file into the askalono-cli crate

Closed this issue · 5 comments

It would help for packaging. Also the README and NOTICE included with the cli would help too.

Ah! Good catch. This will probably be best served by a wrapper script to copy those into the CLI crate before publishing.

it is much easier than that. Just create symlinks.

Symlinks work if Cargo will dereference them when packaging. Does it?

Looking at rust-lang/cargo#2748 it doesn't seem to have any good symlink behavior.

I forgot to do this in 0.4.0 just now, but I see that at least today cargo does deref symlinks! So I've added these in and will get that out in 0.4.1 (I intend on some faster release cadence, so hopefully real soon.)

These were included in 0.4.1 as of last month. Thanks for reporting!