Hello,
I'm working on packaging a rust application that uses fnv as dependency for Ubuntu. The cargo Ubuntu ecosystem uses dh-cargo-tools for some maintainer tasks, assuming that rust packages follow https://doc.rust-lang.org/cargo/guide/project-layout.html .
I noticed this is not the case of fnv, and I had to make some adjustments manually (creating src folder and moving there lib.sr and later changing path to src/lib.rs in Cargo.toml) .
Therefore, I'm opening this in case someone else could face this issue and to ask you if you would be so kind as to make this adjustment permanent.
Thanks in advance,
Miriam
Hello,
I'm working on packaging a rust application that uses fnv as dependency for Ubuntu. The cargo Ubuntu ecosystem uses dh-cargo-tools for some maintainer tasks, assuming that rust packages follow https://doc.rust-lang.org/cargo/guide/project-layout.html .
I noticed this is not the case of fnv, and I had to make some adjustments manually (creating src folder and moving there lib.sr and later changing path to src/lib.rs in Cargo.toml) .
Therefore, I'm opening this in case someone else could face this issue and to ask you if you would be so kind as to make this adjustment permanent.
Thanks in advance,
Miriam