aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ae660f891c6cda9058309e2d68daf0a503005a53 (plain)
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
[package]
name = "bk"
version = "0.5.3"
authors = ["James Campos <james.r.campos@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Terminal Epub reader"
keywords = ["ebook", "epub"]
categories = ["command-line-utilities"]
readme = "README.md"
repository = "https://github.com/aeosynth/bk"

[dependencies]
anyhow = "^1.0"
argh = "^0.1"
crossterm = "^0.19"
ron = "^0.6"
roxmltree = "^0.14"
serde = "^1.0"
unicode-width = "^0.1"

[dependencies.zip]
version = "^0.5"
default-features = false
features = ["deflate"]