Skip to content

Commit 2ba0c0a

Browse files
committed
Added more manifest fields
1 parent 1f49b28 commit 2ba0c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/graphlib"
77
keywords = ["graph", "data-structure", "mutable", "graph-algorithm"]
8+
catergories = ["data-structure"]
89
description = "Graphlib is a simple and powerful rust library for the graph data-structure that is optimized for high churn environments (where the graph mutates often). It provides a simple api for manipulating and for interacting with graphs."
10+
license = "MIT"
11+
readme = "README.md"
912

1013
[badges]
1114
travis-ci = { repository = "purpleprotocol/graphlib", branch = "master" }

0 commit comments

Comments
 (0)