-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
28 lines (26 loc) · 1011 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 = "quickstatic"
version = "0.1.11"
edition = "2021"
license = "MIT/Apache-2.0"
description = "First static site generator build for [Djot](https://djot.net). Optimized for the actual content and not the themes or bells and wistle of the Static site generator"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# djotters = { path = "../djotters" }
djotters = "0.1.13"
# jotdown = "0.3.2"
gray_matter = "0.2.6"
eyre = "0.6.11"
serde = "1.0.193"
serde_yaml = "0.9.27"
serde_json = {version = "1.0.108", features = ["preserve_order"]}
liquid = "0.26.4"
liquid-core = "0.26.4"
liquid-lib = { version="0.26.4", features=["stdlib", "jekyll", "shopify"]}
clap = { version = "4.4.11", features = ["derive"] }
glob-match = "0.2.1"
indexmap = {version = "2.1.0", features=["serde"]}
notify-debouncer-mini = { version = "0.4.1", default-features = false }
tokio = { version = "1.36.0", features = ["full"] }
warp = "0.3.6"
pagefind = "1.0.4"