tock / elf2tab

Tool to create Tock Application Bundles from ELF files.
MIT License
15 stars 33 forks source link

Convert elf2tab into a lib+bin crate #41

Closed cfrantz closed 2 years ago

cfrantz commented 2 years ago

The rationale for this change is to allow cargo-raze to process this crate as a dependency. As a bin-only crate, cargo-raze requires the crate to be published at crates.io and does not permit using a git repo as the source.

As a bin+lib crate, there is no such restriction.

Signed-off-by: Chris Frantz cfrantz@google.com

cfrantz commented 2 years ago

Note: This is a known issue. https://github.com/google/cargo-raze/issues/446