Skip to content

Commit b7c20c1

Browse files
committed
update crate info
1 parent 7858152 commit b7c20c1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name = "ego-tree"
33
version = "0.6.2"
44
description = "Vec-backed ID-tree"
55
keywords = ["tree", "vec", "id", "index"]
6-
authors = ["June McEnroe <[email protected]>"]
6+
authors = [
7+
"June McEnroe <[email protected]>",
8+
"Carlo Federico Vescovo <[email protected]>",
9+
]
710
license = "ISC"
8-
repository = "https://github.com/causal-agent/ego-tree"
11+
repository = "https://github.com/rust-scraper/ego-tree"
912
readme = "README.md"

0 commit comments

Comments
 (0)