zola/components/search/Cargo.toml
Vincent Prouillet 10aba20fe5 Slotmap refactor
2018-10-03 16:29:29 +02:00

13 lines
242 B
TOML

[package]
name = "search"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
elasticlunr-rs = "2"
ammonia = "1"
lazy_static = "1"
errors = { path = "../errors" }
library = { path = "../library" }