We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7858152 commit b7c20c1Copy full SHA for b7c20c1
Cargo.toml
@@ -3,7 +3,10 @@ name = "ego-tree"
3
version = "0.6.2"
4
description = "Vec-backed ID-tree"
5
keywords = ["tree", "vec", "id", "index"]
6
-authors = ["June McEnroe <june@causal.agency>"]
+authors = [
7
+ "June McEnroe <june@causal.agency>",
8
+ "Carlo Federico Vescovo <vescovocarlofederico@gmail.com>",
9
+]
10
license = "ISC"
-repository = "https://github.com/causal-agent/ego-tree"
11
+repository = "https://github.com/rust-scraper/ego-tree"
12
readme = "README.md"
0 commit comments