aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d2c58f54dd4d5c17914c7531d3c225dc414d5515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bk"
version = "0.1.0"
authors = ["James Campos <james.r.campos@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Terminal Epub reader"
repository = "https://github.com/aeosynth/bk"

[dependencies]
crossterm = "0.17"
roxmltree = "0.11"

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