zola/components/search/Cargo.toml
Vincent Prouillet ae3a8b802e Add libs subcrate (#1747)
* Add libs subcrate

* Remove last direct lazy_static usage

* Update pinned ci version

* Update deps
2022-02-14 11:08:40 +01:00

10 lines
203 B
TOML

[package]
name = "search"
version = "0.1.0"
edition = "2021"
[dependencies]
errors = { path = "../errors" }
library = { path = "../library" }
config = { path = "../config" }
libs = { path = "../libs" }