zola/components/rebuild/Cargo.toml

16 lines
330 B
TOML
Raw Normal View History

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