Skip to content

Commit

Permalink
Added docs link to README and readme key to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebitts committed Sep 20, 2019
1 parent b6953ee commit f9876af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ documentation = "https://docs.rs/blend/"
repository = "https://github.com/lukebitts/blend"
categories = ["parser-implementations"]
keywords = ["blend", "blender"]
readme = "README.md"

[dependencies]
nom = "5.0.0"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Blend - A crate for parsing .blend files from Blender

[Documentation](https://docs.rs/blend/0.6.0/blend/)

## Example

```rust
Expand Down

0 comments on commit f9876af

Please sign in to comment.