From 9732ed5ae9ae7e5bc26f8302b436d67d103e740b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Feb 2023 21:35:08 +0100 Subject: atom feed integrated aswell (with a cost of two new deps) --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fbe0897..028480e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,10 @@ tokio = { version = "1.25.0", features = ["full"] } log = "0.4.17" env_logger = "0.10.0" async-std = "1.12.0" -markup = "0.13.1" include_dir = { version = "0.7.3", features = ["glob"] } -markdown = "1.0.0-alpha.7" -iso8601 = "0.6.1" +iso8601 = { version = "0.6.1", features = ["chrono"] } futures = "0.3.26" anyhow = "1.0.69" +markup = "0.13.1" +markdown = "1.0.0-alpha.7" +chrono = "0.4.23" -- cgit v1.2.3-70-g09d2