blob: 366abc2f9a199e8caafcaa7a96b9002df5fdb78c [file] [log] [blame]
Steps taken to download this crate:
1. `get_rust_pkg.py -add3prf Inflector`. This results in an error about missing license.
```
FileNotFoundError: No license file has been found.
```
2. Because LICENSE.md is not uploaded to the sources for crates.io, we download it from the
corresponding GitHub repository: `cd Inflector-VERSION && wget https://raw.githubusercontent.com/whatisinternet/Inflector/master/LICENSE.md`
3. Run `add3prf.py`
4. Continue with the import review process.