Skip to content

Commit

Permalink
Added documentation link to crate config
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Sep 21, 2024
1 parent abc5f91 commit f4cfb9c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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 <[email protected]>"]
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

Expand Down

0 comments on commit f4cfb9c

Please sign in to comment.