zola/components/search/Cargo.toml

13 lines
242 B
TOML
Raw Normal View History

2018-03-15 18:58:32 +01:00
[package]
name = "search"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
2018-03-20 21:27:33 +01:00
elasticlunr-rs = "2"
2019-01-02 20:41:29 +01:00
ammonia = "2"
2018-03-15 18:58:32 +01:00
lazy_static = "1"
errors = { path = "../errors" }
2018-10-02 16:42:34 +02:00
library = { path = "../library" }