zola/components/search/Cargo.toml

14 lines
259 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>"]
2019-12-21 21:52:39 +00:00
edition = "2018"
2018-03-15 17:58:32 +00:00
[dependencies]
2018-03-20 20:27:33 +00:00
elasticlunr-rs = "2"
ammonia = "3"
2018-03-15 17:58:32 +00:00
lazy_static = "1"
errors = { path = "../errors" }
2018-10-02 14:42:34 +00:00
library = { path = "../library" }