mirror of
https://github.com/getzola/zola
synced 2024-12-13 05:42:29 +00:00
e74dab535d
Closes #719
12 lines
242 B
TOML
12 lines
242 B
TOML
[package]
|
|
name = "search"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
|
|
|
[dependencies]
|
|
elasticlunr-rs = "2"
|
|
ammonia = "3"
|
|
lazy_static = "1"
|
|
|
|
errors = { path = "../errors" }
|
|
library = { path = "../library" }
|