Add README Signed-off-by: Cléo Rebert <cleo.rebert@gmail.com>
diff --git a/qrcodegen-image/Cargo.toml b/qrcodegen-image/Cargo.toml
index e9d8703..85e2ad9 100644
--- a/qrcodegen-image/Cargo.toml
+++ b/qrcodegen-image/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
rust-version = "1.61"
readme = "README.md"
license = "MIT"
-description = "Draw QR codes to a PNG canvas. Wrapper around the qrcodegen crate."
+description = "Draw QR codes to a PNG canvas. Wrapper around the qrcodegen and image crates."
repository = "https://github.com/constantoine/totp-rs"
homepage = "https://github.com/constantoine/totp-rs"
diff --git a/qrcodegen-image/README.md b/qrcodegen-image/README.md
new file mode 100644
index 0000000..39b50d3
--- /dev/null
+++ b/qrcodegen-image/README.md
@@ -0,0 +1,5 @@
+# qrcodegen-image
+
+[![docs](https://docs.rs/totp-rs/badge.svg)](https://docs.rs/qrcodegen-image) [![crates.io](https://img.shields.io/crates/v/qrcodegen-image.svg)](https://crates.io/crates/qrcodegen-image)
+
+This crate is a wrapper around the [qrcodegen](https://crates.io/crates/qrcodegen) and [image](https://crates.io/crates/image) library. For examples, see the source code of [totp-rs](https://crates.io/crates/totp-rs).