zola/components/search/Cargo.toml

13 lines
242 B
TOML
Raw Normal View History

2018-03-15 17:58:32 +00:00
[package]
name = "search"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
2018-03-20 20:27:33 +00:00
elasticlunr-rs = "2"
2018-03-15 17:58:32 +00:00
ammonia = "1"
lazy_static = "1"
errors = { path = "../errors" }
content = { path = "../content" }