Commit f21023b
include LICENSE file in crate (#12)
Summary:
Pull Request resolved: #12
Because of the `include=` directive, we need to explicitly include the license file as well or it won't end up in the generated crate.
Needed to package this in Fedora as a dependency of `difftastic`.
```
$ cargo package --allow-dirty --list | grep LICENSE
LICENSE
```
Reviewed By: edward-shen
Differential Revision: D89675738
fbshipit-source-id: f6f324ed4a3ceb563cab23924dede50f7294aecc1 parent a260cb6 commit f21023b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments