I'm the package maintainer for framework system in Terra, and am working to get this upstreamed into Fedora but noticed the crates are separated into framework_lib and framework_tool, which means the LICENSE.md file in the root of this repo is not included in the crate source.
If the LICENSE file could be added to both crates, that would be great as it will be necessary for Fedora packaging. Should be able to symlink the license into each subfolder, and cargo publish will pull the base file into the crate archives.
Thanks!
I'm the package maintainer for framework system in Terra, and am working to get this upstreamed into Fedora but noticed the crates are separated into
framework_libandframework_tool, which means the LICENSE.md file in the root of this repo is not included in the crate source.If the LICENSE file could be added to both crates, that would be great as it will be necessary for Fedora packaging. Should be able to symlink the license into each subfolder, and
cargo publishwill pull the base file into the crate archives.Thanks!