2017-07-01 07:47:41 +00:00
|
|
|
[package]
|
|
|
|
name = "pagination"
|
|
|
|
version = "0.1.0"
|
2018-03-14 17:22:24 +00:00
|
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
2017-07-01 07:47:41 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-02-15 09:41:49 +00:00
|
|
|
tera = "0.11"
|
|
|
|
serde = "1"
|
|
|
|
serde_derive = "1"
|
2017-07-01 07:47:41 +00:00
|
|
|
|
|
|
|
errors = { path = "../errors" }
|
|
|
|
config = { path = "../config" }
|
|
|
|
content = { path = "../content" }
|
2017-08-23 10:17:24 +00:00
|
|
|
utils = { path = "../utils" }
|
2018-07-16 08:54:05 +00:00
|
|
|
taxonomies = { path = "../taxonomies" }
|
2017-07-01 07:47:41 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
front_matter = { path = "../front_matter" }
|