mirror of
https://github.com/lise-henry/crowbook
synced 2024-11-18 00:13:55 +01:00
25 lines
520 B
INI
25 lines
520 B
INI
[package]
|
|
name = "crowbook"
|
|
version = "0.2.1-unreleased"
|
|
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
|
|
description = "Render a book written in Markdown in HTML, PDF or Epub"
|
|
repository = "https://github.com/lise-henry/crowbook"
|
|
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" |