Skip to content

Commit

Permalink
Move to 1.0.0 since the crate is pretty much done now and it is a bin…
Browse files Browse the repository at this point in the history
…ary crate, not a library one
  • Loading branch information
poliorcetics committed Oct 14, 2020
1 parent 255c2cb commit ca601e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[package]
name = "cargo-intraconv"
version = "0.1.0"
version = "1.0.0"
authors = ["Alexis Bourget <[email protected]>"]
edition = "2018"
description = "A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate."
license = "MIT"
license-file = "LICENSE"
documentation = "https://github.com/poliorcetics/cargo-intraconv"
homepage = "https://github.com/poliorcetics/cargo-intraconv"
repository = "https://github.com/poliorcetics/cargo-intraconv"
readme = "README.md"
keywords = ["intra-doc links", "pattern", "documentation"]
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit ca601e1

Please sign in to comment.