mirror of https://github.com/getzola/zola
17 lines
358 B
TOML
17 lines
358 B
TOML
[package]
|
|
name = "utils"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
|
edition = "2018"
|
|
include = ["src/**/*"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
errors = { path = "../errors" }
|
|
libs = { path = "../libs" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
time = { version = "0.3", features = ["macros"] }
|