bibliofile/Cargo.toml

25 lines
757 B
TOML

[package]
name = "bibliofile"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "A TUI epub reader inspired by DOS-era programs"
readme="README.md"
documentation = "https://git.whoisthisjoker.com/Daniel/bibliofile#bibliofile"
keywords = ["ebook", "epub", "reader", "ebook reader", "termion", "TUI", "tui"]
category = ["parsing", "command-line-utilities"]
authors = ["Daniel Jones <daniel@whoisthisjoker.com>"]
rust-version = "1.73"
repository = "https://git.whoisthisjoker.com/Daniel/bibliofile"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
epub = "2.0.0"
scraper = "*"
[dependencies.cursive]
version = "*"
default-features = false
features = ["termion-backend"]