-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (27 loc) · 713 Bytes
/
Cargo.toml
File metadata and controls
28 lines (27 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "hotstuff"
description = "A composable, turnkey document compiler"
version = "0.1.12"
authors = ["Leandro Ostera <leandro@ostera.io>"]
edition = "2018"
homepage = "https://github.com/AbstractMachinesLab/hotstuff"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/AbstractMachinesLab/hotstuff"
keywords = ["document", "compiler", "composable", "turnkey"]
exclude = [
"./ci/",
"./npm/"
]
[dependencies]
chrono = "0.4"
comrak = "0.9"
fern = { version = "0.6", features = [ "colored" ] }
http = "0.2"
hyper = "0.13"
log = "0.4"
mime = "0.3"
nipper = "0.1.8"
nom = "5.1"
structopt = "0.3"
tokio = { version = "0.2", features = ["macros", "tcp", "rt-core" , "time"] }