zola/components/rebuild/Cargo.toml

16 lines
330 B
TOML
Raw Normal View History

[package]
name = "rebuild"
version = "0.1.0"
2018-03-14 18:22:24 +01:00
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
2019-12-21 16:52:39 -05:00
edition = "2018"
[dependencies]
errors = { path = "../errors" }
front_matter = { path = "../front_matter" }
2018-10-02 16:42:34 +02:00
library = { path = "../library" }
site = { path = "../site" }
[dev-dependencies]
2018-04-25 10:28:23 +02:00
tempfile = "3"
2018-02-15 10:41:49 +01:00
fs_extra = "1.1"