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

[dependencies]
argh = "^0.1"
crossterm = "^0.22"
ron = "^0.7"
roxmltree = "^0.14"
serde = "^1.0"
unicode-width = "^0.1"

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