Skip to content

Commit 403e708

Browse files
committed
add a few things to cargo.toml
1 parent 953a432 commit 403e708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ homepage = "https://github.com/nikomatsakis/ena"
66
repository = "https://github.com/nikomatsakis/ena"
77
version = "0.8.0"
88
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
9+
readme = "README.md"
10+
keywords = ["unification", "union-find"]
911

1012
[features]
1113
congruence-closure = [ "petgraph" ]

0 commit comments

Comments
 (0)