aboutsummaryrefslogtreecommitdiffstats
path: root/app/Cargo.toml
blob: 89ccb3a3ef7a1ac0d120f85f629a5bde058a28a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "celtchar"
version = "0.99.0"
authors = ["Thomas Letan <lthms@soap.coffee>"]

[dependencies]
toml = "0.5"
clap = "2.33"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tera = "1.0"
zip = "0.5"
libceltchar = { version = "0.99",  path = "../lib" }
ogmarkup = "0.99.*"