mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
10 lines
203 B
TOML
10 lines
203 B
TOML
[package]
|
|
name = "search"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
errors = { path = "../errors" }
|
|
content = { path = "../content" }
|
|
config = { path = "../config" }
|
|
libs = { path = "../libs" }
|