1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-26 16:16:11 +02:00
crowbook/Cargo.toml
2016-02-25 20:13:12 +01:00

26 lines
569 B
INI

[package]
name = "crowbook"
version = "0.2.1"
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
description = "Render a Markdown book in HTML, PDF or Epub"
repository = "https://github.com/lise-henry/crowbook"
documentation = "http://lise-henry.github.io/rust/crowbook/index.html"
readme = "README.md"
keywords = ["markdown", "book"]
license = "LGPL-2.1+"
[lib]
name = "crowbook"
path = "src/lib/lib.rs"
[[bin]]
name = "crowbook"
path = "src/bin/main.rs"
doc = false
[dependencies]
pulldown-cmark = "0.0.7"
mustache = "0.6"
chrono = "0.2"
uuid = "0.1"
clap = "2"