zola/components/search/Cargo.toml

11 lines
203 B
TOML
Raw Normal View History

2018-03-15 18:58:32 +01:00
[package]
name = "search"
version = "0.1.0"
edition = "2021"
2018-03-15 18:58:32 +01:00
[dependencies]
errors = { path = "../errors" }
2018-10-02 16:42:34 +02:00
library = { path = "../library" }
config = { path = "../config" }
libs = { path = "../libs" }