zola/components/config/Cargo.toml

13 lines
241 B
TOML
Raw Normal View History

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