zola/components/templates/Cargo.toml

19 lines
363 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]
errors = { path = "../errors" }
utils = { path = "../utils" }
content = { path = "../content" }
config = { path = "../config" }
2018-02-02 20:35:04 +00:00
imageproc = { path = "../imageproc" }
markdown = { path = "../markdown" }
libs = { path = "../libs" }
[dev-dependencies]
2023-02-11 14:51:50 +00:00
mockito = "0.31"
2021-05-11 16:28:01 +00:00
tempfile = "3"