ogham / rust-term-grid

Rust library for putting things in a grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include license file in crate publication?

anp opened this issue · comments

Hi! I'm reviewing this crate for inclusion in Fuchsia, and our dependency tooling works best when there's a LICENSE file in the root of the crate upload, see regex for an example.

The currently published version of this crate seems to exclude the license from the tarball: https://docs.rs/crate/term_grid/latest/source/Cargo.toml.orig, but I'm not seeing the equivalent on HEAD: https://github.com/ogham/rust-term-grid/blob/master/Cargo.toml#L7.

Would it be possible to publish an updated version of the crate based on the current tip-of-tree? Thanks!