File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pratdiff"
3
+ description = " A colorfull diff tool based on the patience diff algorithm"
4
+ repository = " https://github.com/fowles/pratdiff"
3
5
version = " 0.1.0"
4
6
edition = " 2021"
7
+ license-file = " LICENSE.md"
8
+ keywords = [" diff" , " patience" ]
9
+ categories = [" command-line-utilities" , " development-tools" , " filesystem" ]
10
+ exclude = [
11
+ " src/testdata" ,
12
+ ]
5
13
6
14
[dependencies ]
7
15
anstream = " 0.6.14"
Original file line number Diff line number Diff line change 187
187
same "printed page" as the copyright notice for easier
188
188
identification within third-party archives.
189
189
190
- Copyright [ yyyy ] [ name of copyright owner ]
190
+ Copyright 2024 Matt Kulukundis
191
191
192
192
Licensed under the Apache License, Version 2.0 (the "License");
193
193
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments