zola/components/templates/Cargo.toml
Vincent Prouillet 2feda3ec61 Update deps
2022-03-04 21:36:35 +01:00

20 lines
416 B
TOML

[package]
name = "templates"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = {version = "1.0", features = ["derive"] }
errors = { path = "../errors" }
utils = { path = "../utils" }
library = { path = "../library" }
config = { path = "../config" }
imageproc = { path = "../imageproc" }
rendering = { path = "../rendering" }
libs = { path = "../libs" }
[dev-dependencies]
mockito = "0.31"
tempfile = "3"