summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"