summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fbe089759b460d5dd3056dbd079d188ce869bb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "website"
version = "0.1.0"
edition = "2021"

[dependencies]
rocket = { version = "0.5.0-rc.2", features = ["json"] }
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"
futures = "0.3.26"
anyhow = "1.0.69"