Closed
Description
I've found an odd case:
- The
readme
path is relative pointing to a parent directory:../README.md
, - there is no
README.md
in the.crate
file, - and yet, miraculously, crates.io shows a readme: https://crates.io/crates/juniper/0.9.2
It seems the readme was snatched when the crate was published, with whatever filesystem access was temporarily possible at time of publishing. Unfortunately, it means it's not possible to get the README later from the package.
Could Cargo require the README to be in the package?