-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation link to crate config
- Loading branch information
1 parent
abc5f91
commit f4cfb9c
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|