Hi Alex, > I'm not sure that is really our policy? We package multiple binaries > for packages that have them.
>From the "Packaging binaries" section in debcargo-conf's `rust_hacks.md`: > If a package ships a binary but you only want to use it as library add this > stanza in debcargo.toml: > > ``` > [packages.lib] > bin = false > ``` Currently there are at least 85 crates packaging only the library and disabling the binaries. Best.