mirror of
https://github.com/getzola/zola
synced 2024-12-12 21:32:29 +00:00
ff9622f132
* Add support for yaml datetimes * cargo fmt * Wire things up; Add more tests * cargo fmt
16 lines
358 B
TOML
16 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"] }
|