zola/components/search/Cargo.toml
Vincent Prouillet ddf8970ad8 [WIP] Search
2018-03-20 18:43:30 +01:00

13 lines
242 B
TOML

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