From 1db37c6513884f7962d7540f7e2d702999993371 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sun, 24 Feb 2019 17:47:44 +0200 Subject: [PATCH] Add documentation link to cargo file --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 857e7ab..29af644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "A tool to embed images into mp3 files" license = "MIT" readme = "README.md" repository = "https://github.com/AndrewRadev/id3-image" +documentation = "https://docs.rs/id3-image/latest/id3_image" keywords = [ "id3", "mp3", "images" ] categories = [ "command-line-utilities", "filesystem", "multimedia" ]