2017-07-01 16:47:41 +09:00
|
|
|
[package]
|
|
|
|
name = "site"
|
|
|
|
version = "0.1.0"
|
2018-03-14 18:22:24 +01:00
|
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
2017-07-01 16:47:41 +09:00
|
|
|
|
|
|
|
[dependencies]
|
2019-06-21 09:24:14 +02:00
|
|
|
tera = "1.0.0-beta.10"
|
2019-05-31 22:46:48 +02:00
|
|
|
glob = "0.3"
|
2018-02-15 10:41:49 +01:00
|
|
|
rayon = "1"
|
|
|
|
serde = "1"
|
|
|
|
serde_derive = "1"
|
2017-07-24 17:46:29 +09:00
|
|
|
sass-rs = "0.2"
|
2017-07-13 21:20:17 +09:00
|
|
|
|
2017-07-01 16:47:41 +09:00
|
|
|
errors = { path = "../errors" }
|
|
|
|
config = { path = "../config" }
|
|
|
|
utils = { path = "../utils" }
|
|
|
|
templates = { path = "../templates" }
|
|
|
|
front_matter = { path = "../front_matter" }
|
2018-03-15 18:58:32 +01:00
|
|
|
search = { path = "../search" }
|
2018-02-02 21:35:04 +01:00
|
|
|
imageproc = { path = "../imageproc" }
|
2018-10-02 16:42:34 +02:00
|
|
|
library = { path = "../library" }
|
2019-05-27 14:05:07 +02:00
|
|
|
link_checker = { path = "../link_checker" }
|
2017-07-01 16:47:41 +09:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-04-25 10:28:23 +02:00
|
|
|
tempfile = "3"
|