2018-01-29 17:40:12 +00:00
|
|
|
[package]
|
|
|
|
name = "rebuild"
|
|
|
|
version = "0.1.0"
|
2018-03-14 17:22:24 +00:00
|
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
2018-01-29 17:40:12 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
errors = { path = "../errors" }
|
|
|
|
front_matter = { path = "../front_matter" }
|
|
|
|
highlighting = { path = "../highlighting" }
|
|
|
|
content = { path = "../content" }
|
|
|
|
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"
|