2017-07-01 07:47:41 +00:00
|
|
|
[package]
|
|
|
|
name = "utils"
|
|
|
|
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]
|
|
|
|
errors = { path = "../errors" }
|
2018-02-15 09:41:49 +00:00
|
|
|
tera = "0.11"
|
2018-05-16 21:52:26 +00:00
|
|
|
unicode-segmentation = "1.2"
|
2018-03-14 21:03:06 +00:00
|
|
|
walkdir = "2"
|
2017-07-01 07:47:41 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-04-25 08:28:23 +00:00
|
|
|
tempfile = "3"
|