Add more metadata to Cargo.toml
- Id
- c7170380fe062931503e5ff91c02c2f6107b9898
- Author
- Caio
- Commit time
- 2020-01-29T12:56:31+01:00
Modified tique/Cargo.toml
[package]
name = "tique"
version = "0.1.0"
+
+license = "MIT"
+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/"
authors = ["Caio Romão <contact@caio.co>"]
+readme = "README.markdown"
edition = "2018"
[features]
[dependencies]
tantivy = "0.11"
-
nom = { version = "5", optional = true }
-
-[dev-dependencies]
-zerocopy = "0.2"
-rand = "0.7"