Skip to content

Commit fcf3460

Browse files
committed
fix: add missing license field and update package metadata
1 parent d96e3ee commit fcf3460

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name = "image-diff"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = ["Batman"]
5+
authors = ["Aftaab Siddiqui <aftaab@aftaab.xyz>"]
66
description = "Visual Difference Detection CLI for Images"
7+
license = "MIT"
8+
repository = "https://github.com/cachevector/image-diff"
79

810
[dependencies]
911
image = "0.25.1"

0 commit comments

Comments
 (0)