zola/components/utils/Cargo.toml
Andrew Langmeier ff9622f132 Add support for yaml datetimes (#2208)
* Add support for yaml datetimes

* cargo fmt

* Wire things up; Add more tests

* cargo fmt
2024-06-20 23:15:24 +02:00

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"] }