zola/components/config/Cargo.toml

13 lines
241 B
TOML
Raw Normal View History

2017-07-01 07:47:41 +00:00
[package]
name = "config"
version = "0.1.0"
edition = "2021"
2020-06-15 17:14:25 +00:00
include = ["src/**/*"]
2017-07-01 07:47:41 +00:00
[dependencies]
serde = {version = "1.0", features = ["derive"] }
2017-07-01 07:47:41 +00:00
errors = { path = "../errors" }
2019-01-11 19:29:46 +00:00
utils = { path = "../utils" }
libs = { path = "../libs" }