1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-24 01:36:04 +02:00
kiln/Cargo.toml
2019-05-18 14:00:12 -04:00

21 lines
510 B
INI

[package]
name = "kiln"
description = "A simple static site generator built in Rust."
version = "0.1.0"
authors = ["adnano <me@adnano.co>"]
edition = "2018"
license-file = "LICENSE.md" # BlueOak-1.0.0
[dependencies]
chrono = "0.4"
lazy_static = "1.3"
log = { version = "0.4", features = ["release_max_level_warn"] }
pulldown-cmark = { version = "0.5", default-features = false }
regex = "1.1"
rsass = "0.9"
serde = "1.0"
serde_derive = "1.0"
tera = "1.0.0-beta.5"
toml = "0.4"
logger = { path = "../logger" }