mirror of
https://github.com/lise-henry/crowbook
synced 2024-11-18 04:23:51 +01:00
19 lines
298 B
INI
19 lines
298 B
INI
[package]
|
|
name = "crowbook"
|
|
version = "0.1.0"
|
|
authors = ["Elisabeth Henry <liz.henry@ouvaton.org>"]
|
|
|
|
[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" |