zola/components/search/Cargo.toml

11 lines
203 B
TOML
Raw Normal View History

2018-03-15 17:58:32 +00:00
[package]
name = "search"
version = "0.1.0"
edition = "2021"
2018-03-15 17:58:32 +00:00
[dependencies]
errors = { path = "../errors" }
content = { path = "../content" }
config = { path = "../config" }
libs = { path = "../libs" }