zola/components/templates/Cargo.toml

21 lines
416 B
TOML
Raw Normal View History

2017-07-01 07:47:41 +00:00
[package]
name = "templates"
version = "0.1.0"
edition = "2021"
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" }
utils = { path = "../utils" }
2018-10-02 14:42:34 +00:00
library = { path = "../library" }
config = { path = "../config" }
2018-02-02 20:35:04 +00:00
imageproc = { path = "../imageproc" }
rendering = { path = "../rendering" }
libs = { path = "../libs" }
[dev-dependencies]
2021-04-21 19:43:02 +00:00
mockito = "0.30"
2021-05-11 16:28:01 +00:00
tempfile = "3"