-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 684 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "calder"
version = "0.1.1"
edition = "2021"
description = "c@lder Static Site Generator"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/jamolnng/calder"
documentation = "https://github.com/jamolnng/calder"
repository = "https://github.com/jamolnng/calder"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0-rc.1"
tera = "1.15.0"
pulldown-cmark = "0.9.1"
glob = "0.3.0"
minifier = "0.0.43"
tokio = "1.17.0"
html-minifier = "3.0.15"
clap = { version = "3.1.6", features = ["cargo"]}
serde = "1.0.136"
serde_yaml = "0.8.23"
chrono = { version = "0.4.19", features = ["serde"] }