aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 09d7b1f759cad2aff8359cf0bdc116a61ac553f8 (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
[package]
name = "bk"
version = "0.2.0"
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"
argh = "0"
crossterm = "0"
ron = "0"
roxmltree = "0"
serde = "1"

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