-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (26 loc) · 1006 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "Xen"
version = "0.1.0"
authors = ["Vishesh Choudhary <[email protected]>"]
edition = "2018"
description = "Personal Website of Vishesh Choudhary."
repository = "https://github.com/visheshc14/Xen"
homepage = "https://github.com/visheshc14/Xen"
license = "MIT"
keywords = ["cms", "website", "blog", "web"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.10"
askama = { version = "0.10.5", features = ["with-rocket"] }
askama_rocket = "0.10.0"
rocket_contrib = { version = "0.4.10", default-features = false, features = ["serve"] }
rust-embed = { version = "5.9.0", features = ["debug-embed"] }
chrono = "0.4.19"
comrak = { git = "https://github.com/visheshc14/comrak", branch = "master" }
syntect = { version = "4.5.0", default-features = false, features = ["default-fancy"] }
rustc_version_runtime = "0.2.0"
lazy_static = "1.4.0"
pest = "2.7.10"
memchr = "=2.4.0"
time = "0.3.36"