Skip to content

Commit 38ce379

Browse files
committed
Ready for publish
1 parent d26876c commit 38ce379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "iptc"
33
version = "0.0.1"
44
edition = "2024"
55
license = "MIT"
6-
description = "Read IPTC tags from JPEG files, in pure Rust."
6+
description = "Read IPTC tags from JPEG files in pure Rust, with partial support for Tiff files."
77
homepage = "https://github.com/alvinometric/iptc"
88
repository = "https://github.com/alvinometric/iptc"
99
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Crates.io](https://img.shields.io/crates/v/iptc)](https://crates.io/crates/iptc)
44
[![CI Build](https://github.com/alvinometric/iptc/actions/workflows/rust.yml/badge.svg)](https://github.com/alvinometric/iptc/actions/workflows/rust.yml)
55

6-
Read IPTC tags from JPEG files, in pure Rust.
6+
Read IPTC tags from JPEG files in pure Rust, with partial support for Tiff files.
77

88
## Example
99

0 commit comments

Comments
 (0)