From f4cfb9c6e8f0f5ddca3c14213c99ad5f21d9af60 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 21 Sep 2024 10:25:43 +0100 Subject: [PATCH] Added documentation link to crate config --- Cargo.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 708506e..60d747b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,16 @@ [package] -name = "patchify" -version = "0.2.0" -description = "Support for running applications to automatically update themselves" -categories = ["config", "filesystem"] -keywords = ["auto-update", "library", "updater"] -edition = "2021" -rust-version = "1.81.0" -license = "MIT" -authors = ["Dan Williams "] -repository = "https://github.com/danwilliams/patchify" -readme = "README.md" +name = "patchify" +version = "0.2.0" +description = "Support for running applications to automatically update themselves" +categories = ["config", "filesystem"] +keywords = ["auto-update", "library", "updater"] +edition = "2021" +rust-version = "1.81.0" +license = "MIT" +authors = ["Dan Williams "] +documentation = "https://docs.rs/patchify" +repository = "https://github.com/danwilliams/patchify" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html