mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
ae3a8b802e
* Add libs subcrate * Remove last direct lazy_static usage * Update pinned ci version * Update deps
12 lines
241 B
TOML
12 lines
241 B
TOML
[package]
|
|
name = "config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
include = ["src/**/*"]
|
|
|
|
[dependencies]
|
|
serde = {version = "1.0", features = ["derive"] }
|
|
|
|
errors = { path = "../errors" }
|
|
utils = { path = "../utils" }
|
|
libs = { path = "../libs" }
|