mirror of
https://github.com/getzola/zola
synced 2025-01-07 09:28:47 +00:00
ae3a8b802e
* Add libs subcrate * Remove last direct lazy_static usage * Update pinned ci version * Update deps
10 lines
203 B
TOML
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" }
|