summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-13 21:35:08 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-13 21:35:08 +0100
commit9732ed5ae9ae7e5bc26f8302b436d67d103e740b (patch)
tree9a3fa0d4a05d40837745e83d03f3e129fd9e03e6 /Cargo.toml
parent9cefa70c3594445c3af6428be982b8b5b5883a42 (diff)
downloadmetamuffin-website-9732ed5ae9ae7e5bc26f8302b436d67d103e740b.tar
metamuffin-website-9732ed5ae9ae7e5bc26f8302b436d67d103e740b.tar.bz2
metamuffin-website-9732ed5ae9ae7e5bc26f8302b436d67d103e740b.tar.zst
atom feed integrated aswell (with a cost of two new deps)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
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"