Skip to content

Commit

Permalink
bump version to v1 and add more package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 26, 2021
1 parent 0262b44 commit b96a687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
[package]
name = "fixred"
version = "0.1.0"
version = "1.0.0"
edition = "2018"
authors = ["rhysd <lin90162@yahoo.co.jp>"]
description = "Command line tool to fix HTTP URL links in files to the redirected links"
description = "Command line tool to fix outdated URLs in files with redirected ones"
license = "MIT"
homepage = "https://github.com/rhysd/fixred#readme"
repository = "https://github.com/rhysd/fixred"
readme = "README.md"
include = [
"/src",
"/LICENSE.txt",
"/README.md",
]
categories = ["command-line-utilities"]
keywords = ["tool", "fixer", "outdated-links"]

[badges]
maintenance = { status = "actively-developed" }
Expand Down

0 comments on commit b96a687

Please sign in to comment.