You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mkbook/Cargo.toml

18 lines
313 B
TOML

[package]
name = "mkbook"
version = "0.1.0"
authors = ["Kenton Hamaluik <kenton@hamaluik.ca>"]
edition = "2018"
build = "build.rs"
[dependencies]
syntect = "3.3"
comrak = "0.6"
clap = "2.33"
handlebars = "2.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
[build-dependencies]
sass-rs = "0.2"