Skip to content

Commit

Permalink
Add homepage, documentation, and repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolvereness committed Aug 2, 2020
1 parent c6a43ec commit 2997b82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fn-fixture-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "fn-fixture-lib"
version = "1.0.0"
edition = "2018"
license = "MIT"
homepage = "https://github.com/Wolvereness/fn-fixture-rs/tree/main/fn-fixture-lib"
documentation = "https://docs.rs/fn-fixture-lib"
repository = "https://github.com/Wolvereness/fn-fixture-rs/"
authors = ["Velocity, A Managed Services Company", "Wesley Wolfe"]
description = "Internal library for fn-fixture"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion fn-fixture-lib/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fn-fixture-lib

This is the actual code behind `fn-fixture`. It's separated to allow
This is the actual code behind [`fn-fixture`](../fn-fixture). It's separated to allow
testing and examination of the output.

[![Crates.io version](https://img.shields.io/crates/v/fn-fixture-lib.svg)](https://crates.io/crates/fn-fixture-lib)
Expand Down
3 changes: 3 additions & 0 deletions fn-fixture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "fn-fixture"
version = "1.0.0"
edition = "2018"
license = "MIT"
homepage = "https://github.com/Wolvereness/fn-fixture-rs/tree/main/fn-fixture"
documentation = "https://github.com/Wolvereness/fn-fixture-rs/tree/main/fn-fixture"
repository = "https://github.com/Wolvereness/fn-fixture-rs/"
authors = ["Velocity, A Managed Services Company", "Wesley Wolfe"]
keywords = ["testing", "snapshot", "fixture"]
categories = ["development-tools::testing"]
Expand Down

0 comments on commit 2997b82

Please sign in to comment.