Skip to content

Commit

Permalink
Include manpage in published crate
Browse files Browse the repository at this point in the history
```
$ cargo package --list --allow-dirty | grep difft
difft.1
```

Signed-off-by: Michel Lind <[email protected]>
  • Loading branch information
michel-slm committed Aug 20, 2024
1 parent 53477fb commit fcf0e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ include = [
"/vendored_parsers/*-src/**/*.cc",
"/LICENSE",
"/README.md",
"/difft.1",
]

[package.metadata.binstall]
Expand Down

0 comments on commit fcf0e19

Please sign in to comment.