[package] name = "utils" version = "0.1.0" authors = ["Vincent Prouillet "] [dependencies] errors = { path = "../errors" } tera = { git = "https://github.com/Keats/tera/", branch = "next" } unicode-segmentation = "1.2" walkdir = "2" [dev-dependencies] tempfile = "3"