Closed
Description
The https://github.com/mozilla/rust/wiki/Doc-using-cargo-to-manage-packages[registering your packages] wiki says to be "sure your package has a crate file in its root directory called .rc". This seems very awkward for non-trivial libraries which often want to package .rs and the .rc file together in a src directory.