zola/components/config/Cargo.toml
Vincent Prouillet ae3a8b802e Add libs subcrate (#1747)
* Add libs subcrate

* Remove last direct lazy_static usage

* Update pinned ci version

* Update deps
2022-02-14 11:08:40 +01:00

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" }