caio.co/de/cantine

Swap homepage and repository values

From looking at the rendered output on crates.io/docs.rs, I think
that's a better definition for each
Id
aa1bf573fecb1cdc41b57344ae0bb5e8304f8f3d
Author
Caio
Commit time
2020-02-02T12:32:21+01:00

Modified tique/Cargo.toml

@@ -6,8 +6,8
description = "Utilities to drive a tantivy search index"
keywords = ["tantivy", "pagination", "aggregation", "collector"]

-repository = "https://github.com/caio/cantine/tree/master/tique"
-homepage = "https://github.com/caio/cantine/"
+repository = "https://github.com/caio/cantine/"
+homepage = "https://github.com/caio/cantine/tree/master/tique"
authors = ["Caio Romão <contact@caio.co>"]
readme = "README.markdown"
edition = "2018"