▲ 13 r/rust
How Do You Handle Licensing of Rust Binaries?
I've been wanting to distribute my Rust project for a while now, as a single-file executable. The problem I've found is licensing- my Cargo.toml dependencies are fine, because I manage those with cargo-deny and cargo-about- but the Rust toolchain/standard library is different. There's a ton of licenses that are used all over the place and I don't understand how I'm supposed to track them all down to include them in my project.
Could anyone help with this? How have others solved this?
u/Cyncrovee — 10 days ago