Skip to content

Commit

Permalink
release cargo-doc2readme 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed May 19, 2021
1 parent 932059d commit 6d1cd94
Show file tree
Hide file tree
Showing 2 changed files with 7 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.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "cargo-doc2readme"
version = "0.0.0"
publish = false
version = "0.0.1"
description = "cargo subcommand to create a readme file containing the rustdoc comments from your code"
authors = ["Dominic <[email protected]>"]
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
keywords = ["cargo", "subcommand", "readme", "doc2readme", "rustdoc"]
edition = "2018"
repository = "https://github.com/msrd0/cargo-doc2readme"
license = "Apache-2.0"
readme = "README.md"
include = ["src/**/*", "Cargo.lock", "README.md", "LICENSE"]

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 6d1cd94

Please sign in to comment.